Skip to content

Commit

Permalink
Pin scipy to <1.15
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Balandat committed Jan 3, 2025
1 parent 466da73 commit 68bcda2
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 68bcda2

Please sign in to comment.