We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ea07 commit f4d1ea8Copy full SHA for f4d1ea8
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import find_packages, setup
10
11
# TODO: read pinned Botorch version from a shared source
12
-PINNED_BOTORCH_VERSION = "0.9.2"
+PINNED_BOTORCH_VERSION = "0.9.4"
13
14
if os.environ.get("ALLOW_BOTORCH_LATEST"):
15
# allows a more recent previously installed version of botorch to remain
0 commit comments