We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31d5fd commit 9cde572Copy full SHA for 9cde572
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
9
from setuptools import find_packages, setup
10
11
-PINNED_BOTORCH_VERSION = "0.11.0"
+PINNED_BOTORCH_VERSION = "0.11.3"
12
13
if os.environ.get("ALLOW_BOTORCH_LATEST"):
14
# allows a more recent previously installed version of botorch to remain
0 commit comments