Exclude python3.11 from dependencies (#352)
This commit is contained in:
parent
039e7afb85
commit
0729c9d6f2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user