diff --git a/pyproject.toml b/pyproject.toml index c150560..62524cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] -python = ">=3.8, <3.11.0" +python = ">=3.8" lapx = ">=0.5.2" scipy = ">=1.9.3"