-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require PyTorch>=2.0.1, GPyTorch==1.13 and linear_operator==0.5.3 (#2511
) Summary: As titled. Also includes some updates to test against stable workflow to make it pass. Pull Request resolved: #2511 Test Plan: https://github.com/pytorch/botorch/actions/runs/10751171192 Reviewed By: esantorella Differential Revision: D62320479 Pulled By: saitcakmak fbshipit-source-id: 8442389ed79fc50e8612015548283405deda63b8
- Loading branch information
1 parent
1417189
commit 16853b4
Showing
6 changed files
with
28 additions
and
18 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
multipledispatch | ||
scipy | ||
mpmath>=0.19,<=1.3 | ||
torch>=1.13.1 | ||
torch>=2.0.1 | ||
pyro-ppl>=1.8.4 | ||
gpytorch==1.12 | ||
linear_operator==0.5.2 | ||
gpytorch==1.13 | ||
linear_operator==0.5.3 |