Skip to content

Commit

Permalink
Pin version of scipy to <1.15 (#458)
Browse files Browse the repository at this point in the history
This PR pins the version of `scipy` to a version `<1.15`.

The reason is that several issues have been introduced with the newest
version of `scipy`, and even `botorch` currently limits the used verio (see
pytorch/botorch@37f04d1).
  • Loading branch information
AVHopp authored Jan 14, 2025
2 parents fd78099 + 8b2c84f commit 16b4041
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", # See https://github.com/pytorch/botorch/commit/37f04d11193704f4ece222b029df103edb3e6642
"setuptools-scm>=7.1.0",
"torch>=1.13.1,<3",
"typing_extensions>=4.7.0",
Expand Down

0 comments on commit 16b4041

Please # to comment.