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