Skip to content

Commit 5d87063

Browse files
mpolson64facebook-github-bot
authored andcommitted
Bump botorch version in preparation for Ax release (#1170)
Summary: Pull Request resolved: #1170 Need to release an Ax patch that includes D39654724 (2d7500e) to address pandas update incompatibility Reviewed By: pcanaran Differential Revision: D39861608 fbshipit-source-id: bee083281e84f931917f9eef52edd7a83e98ac0b
1 parent 60aaed3 commit 5d87063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import find_packages, setup
1010

1111
# TODO: read pinned Botorch version from a shared source
12-
PINNED_BOTORCH_VERSION = "0.7.1"
12+
PINNED_BOTORCH_VERSION = "0.7.2"
1313

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

0 commit comments

Comments
 (0)