Skip to content

Commit

Permalink
Require gpytorch 1.12 (#2408)
Browse files Browse the repository at this point in the history
Summary:
The recent update https://github.com/cornellius-gp/gpytorch/releases/tag/v1.12 fixes some issues that have caused problems for users, we want to pick those up. Addresses #2407

Pull Request resolved: #2408

Reviewed By: esantorella

Differential Revision: D59274659

Pulled By: Balandat

fbshipit-source-id: 92277106f616ad0c9f39030244cf53ac4dffa998
  • Loading branch information
Balandat authored and facebook-github-bot committed Jul 2, 2024
1 parent 965f154 commit 42dfd09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- setuptools_scm
run:
- pytorch >=1.13.1
- gpytorch ==1.11
- gpytorch ==1.12
- linear_operator ==0.5.1
- scipy
- multipledispatch
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optimization simply use Ax.
**Installation Requirements**
- Python >= 3.10
- PyTorch >= 1.13.1
- gpytorch == 1.11
- gpytorch == 1.12
- linear_operator == 0.5.1
- pyro-ppl >= 1.8.4
- scipy
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge
dependencies:
- pytorch>=1.13.1
- gpytorch==1.11
- gpytorch==1.12
- linear_operator==0.5.1
- scipy
- multipledispatch
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ scipy
mpmath>=0.19,<=1.3
torch>=1.13.1
pyro-ppl>=1.8.4
gpytorch==1.11
gpytorch==1.12
linear_operator==0.5.1
numpy<2.0

0 comments on commit 42dfd09

Please sign in to comment.