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 4f36140 commit f129b0dCopy full SHA for f129b0d
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.8.4"
+PINNED_BOTORCH_VERSION = "0.8.5"
13
14
if os.environ.get("ALLOW_BOTORCH_LATEST"):
15
# allows a more recent previously installed version of botorch to remain
0 commit comments