Skip to content

Commit

Permalink
Bump botorch version in preparation for Ax release (#1170)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Sep 28, 2022
1 parent 60aaed3 commit 5d87063
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.7.1"
PINNED_BOTORCH_VERSION = "0.7.2"

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

0 comments on commit 5d87063

Please sign in to comment.