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"
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|