Skip to content

Commit

Permalink
Pin scipy to <1.15 (#2665)
Browse files Browse the repository at this point in the history
Summary:
Scipy 1.15 causes test failures with model fitting, presumably b/c `L-BFGS-B` was ported to C: https://scipy.github.io/devdocs/release/1.15.0-notes.html#scipy-optimize-improvements

Pinning this for now to resolve failures, to be fixed (and pin removed) in a bc-fashion in a separate PR.

Pull Request resolved: #2665

Reviewed By: saitcakmak

Differential Revision: D67803366

Pulled By: Balandat

fbshipit-source-id: de3db8c5e0e4159be73d51338b82c595b6334759
  • Loading branch information
Balandat authored and facebook-github-bot committed Jan 3, 2025
1 parent 466da73 commit dc69c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gpytorch==1.13
linear_operator==0.5.3
torch>=2.0.1
pyro-ppl>=1.8.4
scipy
scipy<1.15
multipledispatch

0 comments on commit dc69c05

Please sign in to comment.