Skip to content

Commit add5598

Browse files
Craig Sandersfacebook-github-bot
authored andcommitted
pinning new botorch and gpytorch versions; updating to v0.2.0 (#156)
Summary: Pull Request resolved: #156 Updating botorch/gpytorch versions in order to make new stable release Reviewed By: mshvartsman Differential Revision: D39936745 fbshipit-source-id: 8f708c208a05b103c5f258d5d20724b3057b012b
1 parent ab0602e commit add5598

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aepsych/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This source code is licensed under the license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
__version__ = "0.2.0dev"
8+
__version__ = "0.2.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"pyzmq==19.0.2",
1818
"scipy",
1919
"sklearn",
20-
"gpytorch>=1.8.1",
21-
"botorch>=0.6.6",
20+
"gpytorch>=1.9.0",
21+
"botorch>=0.7.2",
2222
"SQLAlchemy",
2323
"dill",
2424
"pandas",

0 commit comments

Comments
 (0)