Skip to content

Commit

Permalink
Require GPyTorch==1.14 & linear_operator==0.6 (#2710)
Browse files Browse the repository at this point in the history
Summary:
Updates the required linear_operator & gpytorch versions to the latest releases.

Pull Request resolved: #2710

Reviewed By: Balandat

Differential Revision: D68836684

Pulled By: saitcakmak

fbshipit-source-id: 32ccf3a1d3199ebfaf2f1e5f21e5d59e71a61b0f
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Jan 29, 2025
1 parent a65eb07 commit 36097db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Optimization simply use Ax.
**Installation Requirements**
- Python >= 3.10
- PyTorch >= 2.0.1
- gpytorch == 1.13
- linear_operator == 0.5.3
- gpytorch == 1.14
- linear_operator == 0.6
- pyro-ppl >= 1.8.4
- scipy
- multiple-dispatch
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing_extensions
pyre_extensions
gpytorch==1.13
linear_operator==0.5.3
gpytorch==1.14
linear_operator==0.6
torch>=2.0.1
pyro-ppl>=1.8.4
scipy<1.15
Expand Down

0 comments on commit 36097db

Please sign in to comment.