From f4d1ea8ef830ef9884218192f37c67d0efbca79c Mon Sep 17 00:00:00 2001 From: Miles Olson Date: Mon, 13 Nov 2023 12:46:50 -0800 Subject: [PATCH] Bump pinned botorch to 0.9.4 (#1987) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/1987 Preparing to release Ax 0.3.5 Reviewed By: saitcakmak Differential Revision: D51268927 fbshipit-source-id: 4ed701c51d69bec77a219256675447b5bad3b316 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fb6cfd99b..c0ae7ec6c4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import find_packages, setup # TODO: read pinned Botorch version from a shared source -PINNED_BOTORCH_VERSION = "0.9.2" +PINNED_BOTORCH_VERSION = "0.9.4" if os.environ.get("ALLOW_BOTORCH_LATEST"): # allows a more recent previously installed version of botorch to remain