lyceum-env/pyproject.toml

26 lines
503 B
TOML
Raw Permalink Normal View History

2024-10-03 08:15:39 +00:00
[tool.poetry]
name = "lyceum"
version = "0.0.1"
2024-10-03 08:19:27 +00:00
description = "A place for RL to study NLP"
2024-10-03 08:15:39 +00:00
authors = ["aethrvmn <aethrvmn@apotheke.earth>"]
license = "DBEL 1.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
torch = "^2.4.1"
numpy = "^2.1.1"
matplotlib = "^3.9.2"
tqdm = "^4.66.5"
2024-10-03 14:21:25 +00:00
pygame = "^2.6.1"
2024-10-12 20:06:49 +00:00
baml-cli = "^0.1.0"
ollama = "^0.3.3"
pydantic = "^2.9.2"
tiktoken = "^0.8.0"
datasets = "^3.0.1"
2024-10-03 08:15:39 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"