Skip to content

Commit

Permalink
Pin BoTorch version to 0.9.5 (#2065)
Browse files Browse the repository at this point in the history
Summary:
In preparation for the next release.

Pull Request resolved: #2065

Reviewed By: dme65, saitcakmak

Differential Revision: D52004639

Pulled By: Balandat

fbshipit-source-id: 5c1803744c0649b360dce8264430931f3cee00e0
  • Loading branch information
Balandat authored and facebook-github-bot committed Dec 9, 2023
1 parent dca6cac commit afae7f0
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.9.4"
PINNED_BOTORCH_VERSION = "0.9.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 afae7f0

Please sign in to comment.