From f129b0d04f8b1e00cd7ca98e697b07b9c96b38d1 Mon Sep 17 00:00:00 2001 From: Miles Olson Date: Mon, 8 May 2023 12:54:49 -0700 Subject: [PATCH] Bump botorch version to 0.8.5 (#1608) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/1608 As titled Reviewed By: saitcakmak Differential Revision: D45665503 fbshipit-source-id: aaf3cad9fee6c16db44f32df5a48978720594b62 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cfde578ecd..80216e1b17f 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.8.4" +PINNED_BOTORCH_VERSION = "0.8.5" if os.environ.get("ALLOW_BOTORCH_LATEST"): # allows a more recent previously installed version of botorch to remain