Skip to content

Commit 9cde572

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Pin BoTorch to 0.11.3 (#2594)
Summary: Pull Request resolved: #2594 -- Reviewed By: mgarrard Differential Revision: D60069260 fbshipit-source-id: a01ceea35a7ef89ff2bfe166f0419a36932d512d
1 parent c31d5fd commit 9cde572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from setuptools import find_packages, setup
1010

11-
PINNED_BOTORCH_VERSION = "0.11.0"
11+
PINNED_BOTORCH_VERSION = "0.11.3"
1212

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

0 commit comments

Comments
 (0)