Skip to content

Commit 4c083b7

Browse files
Update bottleneck requirement from <1.4.3,>=1.3 to >=1.3,<1.5.1
1 parent ff028db commit 4c083b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
requires-python = ">=3.10,<3.14"
2222
dependencies = [
23-
"bottleneck >= 1.3,< 1.4.3",
23+
"bottleneck >= 1.3,< 1.5.1",
2424
"numba >= 0.60.0,< 0.62",
2525
"numexpr >= 2.8, < 2.10.3",
2626
"numpy >= 1.18.5,< 3",

0 commit comments

Comments
 (0)