diff --git a/pyproject.toml b/pyproject.toml index 9ce5117f..5f25eb9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.12,<3.15" dependencies = [ - "bottleneck >= 1.3,< 1.6.1", + "bottleneck >= 1.6.0,< 1.6.1", "numba >= 0.60.0,< 0.66", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3",