Skip to content

Commit

Permalink
Merge a1ddf4d into 4f36140
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolson64 authored May 8, 2023
2 parents 4f36140 + a1ddf4d commit 5095f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5095f82

Please sign in to comment.