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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"