-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update min req linear_operator to 0.5.1 (#1963)
Summary: linear_operator 0.5.0 had a bug that causes some things in botorch to raise errors. This bumps things to the newly released 0.5.1 that fixes these issues. Pull Request resolved: #1963 Reviewed By: saitcakmak Differential Revision: D47969918 Pulled By: Balandat fbshipit-source-id: 335aec75cca03e6db7240f1df52d219628fba4a8
- Loading branch information
1 parent
91b278f
commit 56626bd
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ scipy | |
torch>=1.13.1 | ||
pyro-ppl>=1.8.4 | ||
gpytorch==1.11 | ||
linear_operator==0.5.0 | ||
linear_operator==0.5.1 |