diff --git a/pyproject.toml b/pyproject.toml index 3c1fef3..2e9b8d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"