diff --git a/pyproject.toml b/pyproject.toml index 4e96c4ec..e9bc174c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.10,<3.14" dependencies = [ "bottleneck >= 1.3,< 1.5.1", - "numba >= 0.60.0,< 0.64", + "numba >= 0.60.0,< 0.65", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4",