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 767e7d8 commit 774e833Copy full SHA for 774e833
ax/__version__.py
@@ -3,4 +3,4 @@
3
# This source code is licensed under the MIT license found in the
4
# LICENSE file in the root directory of this source tree.
5
6
-__version__: str = "0.3.0"
+__version__: str = "0.3.1"
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.2"
+PINNED_BOTORCH_VERSION = "0.8.3"
13
14
if os.environ.get("ALLOW_BOTORCH_LATEST"):
15
# allows a more recent previously installed version of botorch to remain
0 commit comments