Skip to content

Commit

Permalink
Bump botorch version to 0.8.5 (#1608)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1608

As titled

Reviewed By: saitcakmak

Differential Revision: D45665503

fbshipit-source-id: aaf3cad9fee6c16db44f32df5a48978720594b62
  • Loading branch information
mpolson64 authored and facebook-github-bot committed May 8, 2023
1 parent 4f36140 commit f129b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages, setup

# TODO: read pinned Botorch version from a shared source
PINNED_BOTORCH_VERSION = "0.8.4"
PINNED_BOTORCH_VERSION = "0.8.5"

if os.environ.get("ALLOW_BOTORCH_LATEST"):
# allows a more recent previously installed version of botorch to remain
Expand Down

0 comments on commit f129b0d

Please sign in to comment.