Skip to content

Commit 0b0fa46

Browse files
committed
Pin scipy version to fix botorch fitting failure (#496)
Summary: Pull Request resolved: #496 Model fits are intermittently failing after scipy updated to 1.15.0 in pip. We're pinning to last stable version we know of 1.14.1. Reported to Botorch, will remove this bandaid when that is fixed. Reviewed By: crasanders Differential Revision: D67802964 fbshipit-source-id: 2b47afb7176b508c0c08e7c128e2e2ebe966e83b
1 parent 9c1d8cb commit 0b0fa46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"numpy<2.0, >=1.20",
1414
"matplotlib",
1515
"torch",
16-
"scipy",
16+
"scipy==1.14.1",
1717
"SQLAlchemy==1.4.46",
1818
"dill",
1919
"pandas",

0 commit comments

Comments
 (0)