Exclude python3.11 from dependencies (#352)

This commit is contained in:
fluo10
2023-05-26 20:28:32 +09:00
committed by GitHub
parent 039e7afb85
commit 0729c9d6f2

View File

@@ -6,7 +6,7 @@ authors = ["lj1995"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8,<3.11"
torch = "^2.0.0"
torchaudio = "^2.0.1"
Cython = "^0.29.34"