From add55980b48111aba504ed7834a99aa81be0ffbb Mon Sep 17 00:00:00 2001 From: Craig Sanders Date: Fri, 30 Sep 2022 10:29:55 -0700 Subject: [PATCH] pinning new botorch and gpytorch versions; updating to v0.2.0 (#156) Summary: Pull Request resolved: https://github.com/facebookresearch/aepsych/pull/156 Updating botorch/gpytorch versions in order to make new stable release Reviewed By: mshvartsman Differential Revision: D39936745 fbshipit-source-id: 8f708c208a05b103c5f258d5d20724b3057b012b --- aepsych/version.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aepsych/version.py b/aepsych/version.py index 7abd87b4b..a41644764 100644 --- a/aepsych/version.py +++ b/aepsych/version.py @@ -5,4 +5,4 @@ # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.2.0dev" +__version__ = "0.2.0" diff --git a/setup.py b/setup.py index 3fd9f6e7a..745ef6961 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ "pyzmq==19.0.2", "scipy", "sklearn", - "gpytorch>=1.8.1", - "botorch>=0.6.6", + "gpytorch>=1.9.0", + "botorch>=0.7.2", "SQLAlchemy", "dill", "pandas",