Skip to content

Commit 34a6eb4

Browse files
committed
1 parent dbf7bef commit 34a6eb4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

setup.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,9 @@
88

99
from setuptools import find_packages, setup
1010

11-
PINNED_BOTORCH_VERSION = "0.14.0"
12-
13-
if os.environ.get("ALLOW_BOTORCH_LATEST"):
14-
# allows a more recent previously installed version of botorch to remain
15-
# if there is no previously installed version, installs the latest release
16-
botorch_req = f"botorch>={PINNED_BOTORCH_VERSION}"
17-
else:
18-
botorch_req = f"botorch=={PINNED_BOTORCH_VERSION}"
19-
2011

2112
REQUIRES = [
22-
botorch_req,
13+
"botorch @ git+https://github.com/Radical-AI/botorch.git@6fb6da0044fa57018e87735dc6deb6ba177e0130",
2314
"jinja2", # also a Plotly dep
2415
"pandas",
2516
"scipy",

0 commit comments

Comments
 (0)