diff --git a/pyproject.toml b/pyproject.toml index a983c88c..d878971f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.10,<3.14" dependencies = [ - "bottleneck >= 1.3,< 1.4.3", + "bottleneck >= 1.3,< 1.5.1", "numba >= 0.60.0,< 0.62", "numexpr >= 2.8, < 2.10.3", "numpy >= 1.18.5,< 3",