25 lines
503 B
TOML
25 lines
503 B
TOML
[tool.poetry]
|
|
name = "lyceum"
|
|
version = "0.0.1"
|
|
description = "A place for RL to study NLP"
|
|
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"
|
|
pygame = "^2.6.1"
|
|
baml-cli = "^0.1.0"
|
|
ollama = "^0.3.3"
|
|
pydantic = "^2.9.2"
|
|
tiktoken = "^0.8.0"
|
|
datasets = "^3.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|