Skip to content

Commit

Permalink
Pin BoTorch to 0.11.3 (#2594)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2594

--

Reviewed By: mgarrard

Differential Revision: D60069260

fbshipit-source-id: a01ceea35a7ef89ff2bfe166f0419a36932d512d
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Jul 23, 2024
1 parent c31d5fd commit 9cde572
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 @@ -8,7 +8,7 @@

from setuptools import find_packages, setup

PINNED_BOTORCH_VERSION = "0.11.0"
PINNED_BOTORCH_VERSION = "0.11.3"

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

0 comments on commit 9cde572

Please sign in to comment.