From 7b19a37c80678c80b225b146862e300b7fd26971 Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Mon, 3 Feb 2025 09:51:28 -0800 Subject: [PATCH] Bump BoTorch requirement to 0.13.0 (#3297) Summary: To be released on Monday morning. Reviewed By: esantorella Differential Revision: D68980241 Pulled By: saitcakmak fbshipit-source-id: ae543b0c99a5f273c29c2705b00d061f6ae01aba --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99931affeb7..b9ec5263799 100644 --- a/setup.py +++ b/setup.py @@ -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