This commit is contained in:
Akko
2023-05-15 16:23:02 +02:00
63 changed files with 1067 additions and 948 deletions

View File

@@ -5,8 +5,11 @@ description = ""
authors = ["Marco Lee <marco@goodnotesapp.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.9,<3.11"
pygame = "^2.0.1"
torch = "^2.0.1"
ipython = "^8.13.2"
pytest-metadata = "^2.0.4"
[tool.poetry.dev-dependencies]
torch = "^2.0.0"