From 9cde57212221460c20e5d4e00bba3cd3a5349ebe Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Tue, 23 Jul 2024 08:48:28 -0700 Subject: [PATCH] Pin BoTorch to 0.11.3 (#2594) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/2594 -- Reviewed By: mgarrard Differential Revision: D60069260 fbshipit-source-id: a01ceea35a7ef89ff2bfe166f0419a36932d512d --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ce1e993f3c..0b236fe2299 100644 --- a/setup.py +++ b/setup.py @@ -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