Skip to content

Commit 42dfd09

Browse files
Balandatfacebook-github-bot
authored andcommitted
Require gpytorch 1.12 (#2408)
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
1 parent 965f154 commit 42dfd09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- setuptools_scm
1919
run:
2020
- pytorch >=1.13.1
21-
- gpytorch ==1.11
21+
- gpytorch ==1.12
2222
- linear_operator ==0.5.1
2323
- scipy
2424
- multipledispatch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Optimization simply use Ax.
5757
**Installation Requirements**
5858
- Python >= 3.10
5959
- PyTorch >= 1.13.1
60-
- gpytorch == 1.11
60+
- gpytorch == 1.12
6161
- linear_operator == 0.5.1
6262
- pyro-ppl >= 1.8.4
6363
- scipy

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- conda-forge
66
dependencies:
77
- pytorch>=1.13.1
8-
- gpytorch==1.11
8+
- gpytorch==1.12
99
- linear_operator==0.5.1
1010
- scipy
1111
- multipledispatch

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ scipy
33
mpmath>=0.19,<=1.3
44
torch>=1.13.1
55
pyro-ppl>=1.8.4
6-
gpytorch==1.11
6+
gpytorch==1.12
77
linear_operator==0.5.1
88
numpy<2.0

0 commit comments

Comments
 (0)