Skip to content

Commit

Permalink
Bump BoTorch version prior to release (facebook#1071)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#1071

Current Ax version is using botorch 0.6.4, causing errors. Bumping required version of botorch to the current botorc release. An Ax release is to be made after this commit.

Reviewed By: saitcakmak

Differential Revision: D38711411

fbshipit-source-id: d5a49400fc340bc4b88519676d78f5557720702f
  • Loading branch information
pcanaran authored and facebook-github-bot committed Aug 16, 2022
1 parent 40e7ac5 commit 5a09b22
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 @@ -9,7 +9,7 @@
from setuptools import find_packages, setup

# TODO: read pinned Botorch version from a shared source
PINNED_BOTORCH_VERSION = "0.6.4"
PINNED_BOTORCH_VERSION = "0.6.6"

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

0 comments on commit 5a09b22

Please sign in to comment.