fix python dependency problem (#418)

This commit is contained in:
Rice Cake
2023-06-03 15:00:50 +08:00
committed by GitHub
parent 80929e472e
commit 95cd1759c5

View File

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