Skip to content

Commit efc0b61

Browse files
committed
Fix scipy version constraint in pyproject.toml
1 parent 272a799 commit efc0b61

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
@@ -49,7 +49,7 @@ classifiers = [
4949

5050
dependencies = [
5151
"numpy<2",
52-
"scipy<=1.26.4",
52+
"scipy<=1.16.2",
5353
"numba>=0.57.0",
5454
"scikit-learn>=1.3.0"
5555
]

0 commit comments

Comments
 (0)