diff --git a/setup.py b/setup.py index 877d66abc53..9ef1a1b60cb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -MIN_BOTORCH_VERSION = "0.3.2" +MIN_BOTORCH_VERSION = "0.3.3" REQUIRES = [ f"botorch>={MIN_BOTORCH_VERSION}",