Skip to content

Commit

Permalink
Pin version of scipy to <1.15 to see if this causes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Jan 13, 2025
1 parent fd78099 commit c0b51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pandas>=1.4.2,<3",
"scikit-learn>=1.1.1,<2",
"scikit-learn-extra>=0.3.0,<1",
"scipy>=1.10.1,<2",
"scipy>=1.10.1,<1.15",
"setuptools-scm>=7.1.0",
"torch>=1.13.1,<3",
"typing_extensions>=4.7.0",
Expand Down

0 comments on commit c0b51d3

Please sign in to comment.