diff --git a/pyproject.toml b/pyproject.toml index 9163d14..9109d9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.10,<3.13 +python = ">=3.10,<3.13" numba = "^0.60.0" numpy = ">1.24" scipy = "^1.14.1"