From 2e03c4ee22c7908877f5e2559fe50cc9e19ae584 Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Thu, 17 Oct 2024 15:27:41 -0400 Subject: [PATCH] update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]