Update pyproject.toml

This commit is contained in:
Michael J Clark
2024-08-17 11:58:37 +08:00
committed by GitHub
parent 168b52de6e
commit cfc1f2fc5c
@@ -6,6 +6,9 @@ authors = ["{{ cookiecutter.author_name }}"]
license = "MIT"
readme = "README.md"
[virtualenvs]
in-project=true
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
torch = {version = "^2.1.0+cu124", source = "pytorch"}