diff --git a/pyproject.toml b/pyproject.toml index f2c9486b..7b1dda50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] requires-python = ">=3.10,<3.11" dependencies = [ - "bottleneck >= 1.3,<1.3.6", + "bottleneck >= 1.3,< 1.3.7", "numba >= 0.55.1,<0.57", "numexpr >= 2.8, < 2.8.5", "numpy >= 1.18.5,<2",