Skip to content

Commit

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

^

Reviewed By: saitcakmak

Differential Revision: D34769930

fbshipit-source-id: fb7e44d3c73e7591e9833a266ba4d5f794c2cd71
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Mar 9, 2022
1 parent b4a1adc commit 08f30ae
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.6.1"
PINNED_BOTORCH_VERSION = "0.6.2"

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

0 comments on commit 08f30ae

Please sign in to comment.