Skip to content

Commit

Permalink
Bump BoTorch requirement to 0.13.0 (#3297)
Browse files Browse the repository at this point in the history
Summary: To be released on Monday morning.

Reviewed By: esantorella

Differential Revision: D68980241

Pulled By: saitcakmak

fbshipit-source-id: ae543b0c99a5f273c29c2705b00d061f6ae01aba
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Feb 3, 2025
1 parent 8fdc525 commit 7b19a37
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.12.0"
PINNED_BOTORCH_VERSION = "0.13.0"

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

0 comments on commit 7b19a37

Please sign in to comment.