-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require PyTorch>=2.0.1, GPyTorch==1.13 and linear_operator==0.5.3 #2511
Closed
Closed
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0080364
Update meta.yaml
saitcakmak 9cc0b18
Update README.md
saitcakmak 6b13ccb
Update environment.yml
saitcakmak 3a054e2
Update requirements.txt
saitcakmak 9e00199
Update test_stable.yml
saitcakmak a2ca6f4
Update meta.yaml
saitcakmak 4a3d733
Update README.md
saitcakmak 3f6b1ec
Update environment.yml
saitcakmak 1760c00
Update requirements.txt
saitcakmak af0a47c
Update test_stable.yml
saitcakmak f11e8dc
Update test_stable.yml
saitcakmak c90c64a
Update test_stable.yml
saitcakmak 989af9b
Update meta.yaml
saitcakmak cbcad3c
Update README.md
saitcakmak c372bf3
Update environment.yml
saitcakmak d6c2622
Update requirements.txt
saitcakmak 74ce0a5
Update meta.yaml
saitcakmak c5c6883
Update README.md
saitcakmak 6e0e173
Update environment.yml
saitcakmak b2e7b13
Update requirements.txt
saitcakmak d4d697f
Update test_stable.yml
saitcakmak 198d545
Update reusable_tutorials.yml
saitcakmak 2a35bf0
Update test_stable.yml
saitcakmak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 | ||
pyro-ppl>=1.8.4 | ||
gpytorch==1.12 | ||
linear_operator==0.5.2 | ||
gpytorch==1.12.1 | ||
linear_operator==0.5.3 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this! Do you know if there's a reason it's specifying 2.0.1 rather than 2.0? I guess it's fine if this flow passes.