Skip to content

Commit c0b51d3

Browse files
committed
Pin version of scipy to <1.15 to see if this causes issues
1 parent fd78099 commit c0b51d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"pandas>=1.4.2,<3",
4141
"scikit-learn>=1.1.1,<2",
4242
"scikit-learn-extra>=0.3.0,<1",
43-
"scipy>=1.10.1,<2",
43+
"scipy>=1.10.1,<1.15",
4444
"setuptools-scm>=7.1.0",
4545
"torch>=1.13.1,<3",
4646
"typing_extensions>=4.7.0",

0 commit comments

Comments
 (0)