Skip to content

Commit f4d1ea8

Browse files
mpolson64facebook-github-bot
authored andcommitted
Bump pinned botorch to 0.9.4 (#1987)
Summary: Pull Request resolved: #1987 Preparing to release Ax 0.3.5 Reviewed By: saitcakmak Differential Revision: D51268927 fbshipit-source-id: 4ed701c51d69bec77a219256675447b5bad3b316
1 parent 0d0ea07 commit f4d1ea8

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.2"
12+
PINNED_BOTORCH_VERSION = "0.9.4"
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)