From 05ec8812baf21ba41755b8ce09c129dd82c2b1c9 Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Wed, 1 May 2024 16:53:28 -0700 Subject: [PATCH] Bump BoTorch to 0.11.0 (#2420) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/2420 Reviewed By: eonofrey Differential Revision: D56857868 Pulled By: saitcakmak fbshipit-source-id: 466896a55ad1cbc13d0cebb6efdfc32897cab45d --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 42b9488caee..45607e3e17e 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,7 @@ from setuptools import find_packages, setup -# TODO: read pinned Botorch version from a shared source -PINNED_BOTORCH_VERSION = "0.10.0" +PINNED_BOTORCH_VERSION = "0.11.0" if os.environ.get("ALLOW_BOTORCH_LATEST"): # allows a more recent previously installed version of botorch to remain