diff --git a/pyproject.toml b/pyproject.toml index 76397407..4c24a711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.12,<3.15" dependencies = [ "bottleneck>=1.6.0,<2", - "numba>=0.65.0,<0.66", + "numba>=0.65.0,<0.67", "numexpr>=2.8,<3", "numpy>=1.18.5,<3", "pandas>= 1.4,<4",