Skip to content

Commit

Permalink
Bump min botorch version (facebook#444)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#444

To make the new contextual libraries happy, bump the botorch version (see failures in: https://fburl.com/kbkoen5s)

Reviewed By: lena-kashtelyan

Differential Revision: D25397593

fbshipit-source-id: c711ebb9d99477b5070d3758251d1d4a8b699b7a
  • Loading branch information
Steve Mandala authored and facebook-github-bot committed Dec 8, 2020
1 parent bf80464 commit 60a6959
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 @@ -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}",
Expand Down

0 comments on commit 60a6959

Please sign in to comment.