Skip to content

Commit 0c0c892

Browse files
mpolson64facebook-github-bot
authored andcommitted
Pin botorch to 0.15.1 (#4135)
Summary: Pull Request resolved: #4135 We need to repin botorch in Ax since D78560935 landed in between when we released botorch 0.15.0 and when we tried to deploy Ax 1.1 Reviewed By: esantorella Differential Revision: D80044408 fbshipit-source-id: 10cc55b9c9b026e2ab3652214be7bf79e86ca1a9
1 parent ed082ac commit 0c0c892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The release log for Ax.
2222
* Misc. plotting fixes and improvements
2323

2424
#### Other changes
25-
* Bumped pinned [botorch](https://github.com/pytorch/botorch) version to 0.15.0
25+
* Bumped pinned [botorch](https://github.com/pytorch/botorch) version to 0.15.1
2626
* Performance improvements in `SensitivityAnalysis` (#3891)
2727
* Improved optimization performance in constrained optimization settings (#3585)
2828
* Augmented logging in `Client`, early stopping module (#4044, #4108)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from setuptools import find_packages, setup
1010

11-
PINNED_BOTORCH_VERSION = "0.15.0"
11+
PINNED_BOTORCH_VERSION = "0.15.1"
1212

1313
if os.environ.get("ALLOW_BOTORCH_LATEST"):
1414
# allows a more recent previously installed version of botorch to remain

0 commit comments

Comments
 (0)