Skip to content

Commit

Permalink
Bump pinned botorch to 0.9.4 (#1987)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1987

Preparing to release Ax 0.3.5

Reviewed By: saitcakmak

Differential Revision: D51268927

fbshipit-source-id: 4ed701c51d69bec77a219256675447b5bad3b316
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Nov 13, 2023
1 parent 0d0ea07 commit f4d1ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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.9.2"
PINNED_BOTORCH_VERSION = "0.9.4"

if os.environ.get("ALLOW_BOTORCH_LATEST"):
# allows a more recent previously installed version of botorch to remain
Expand Down

0 comments on commit f4d1ea8

Please sign in to comment.