Skip to content

Commit

Permalink
pinning new botorch and gpytorch versions; updating to v0.2.0 (#156)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Craig Sanders authored and facebook-github-bot committed Sep 30, 2022
1 parent ab0602e commit add5598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aepsych/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit add5598

Please sign in to comment.