Skip to content

Commit c413c08

Browse files
sdaultonfacebook-github-bot
authored andcommitted
bump pinned botorch version to 0.9.2
Summary: Bump pinned version to include hotfix for constraints in MBM with single objective acquisition function Reviewed By: saitcakmak Differential Revision: D48230718 fbshipit-source-id: 7c517803d7fd92114fedbbe1a9f4362aab1bda6e
1 parent b6a0a5c commit c413c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.9.1"
12+
PINNED_BOTORCH_VERSION = "0.9.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)