Skip to content

Commit f129b0d

Browse files
mpolson64facebook-github-bot
authored andcommitted
Bump botorch version to 0.8.5 (#1608)
Summary: Pull Request resolved: #1608 As titled Reviewed By: saitcakmak Differential Revision: D45665503 fbshipit-source-id: aaf3cad9fee6c16db44f32df5a48978720594b62
1 parent 4f36140 commit f129b0d

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.8.4"
12+
PINNED_BOTORCH_VERSION = "0.8.5"
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)