Skip to content

Commit 0729c9d

Browse files
authored
Exclude python3.11 from dependencies (#352)
1 parent 039e7af commit 0729c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["lj1995"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.8,<3.11"
1010
torch = "^2.0.0"
1111
torchaudio = "^2.0.1"
1212
Cython = "^0.29.34"

0 commit comments

Comments
 (0)