diff --git a/pyproject.toml b/pyproject.toml index 0c2ab59..1a9c9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pre-commit = "^3.6.0" pytest-cov = "^4.1.0" sparse = "^0.15.1" scipy = "^1.7" -numba = "^0.55.0" +numba = ">=0.55.0" [build-system] requires = ["poetry-core"]