Skip to content

Commit

Permalink
fix botorch to 0.8.5 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt authored Aug 4, 2023
1 parent bca8169 commit 3930ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
extras_require={
"optimization": [
"torch>=1.12",
"botorch>=0.8.5",
"botorch==0.8.5",
"multiprocess",
"plotly",
"formulaic>=0.6.0",
Expand Down

0 comments on commit 3930ff9

Please sign in to comment.