Skip to content

Commit b6c7a2b

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Bump GPyTorch to 1.9.1 (#1612)
Summary: Pull Request resolved: #1612 Title Reviewed By: esantorella Differential Revision: D42354196 fbshipit-source-id: 4486648d5e77422a640a141f7586ed6133bf7cd5
1 parent 9566130 commit b6c7a2b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.11
21-
- gpytorch ==1.9.0
21+
- gpytorch ==1.9.1
2222
- linear_operator ==0.3.0
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.8
5959
- PyTorch >= 1.11
60-
- gpytorch == 1.9.0
60+
- gpytorch == 1.9.1
6161
- linear_operator == 0.3.0
6262
- pyro-ppl >= 1.8.4
6363
- scipy

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before jumping the gun, we recommend you start with the high-level
1515

1616
- Python >= 3.8
1717
- PyTorch >= 1.11
18-
- gpytorch == 1.9.0
18+
- gpytorch == 1.9.1
1919
- linear_operator == 0.3.0
2020
- scipy
2121
- multiple-dispatch

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.11
8-
- gpytorch==1.9.0
8+
- gpytorch==1.9.1
99
- linear_operator==0.3.0
1010
- scipy
1111
- multipledispatch

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
multipledispatch
22
scipy
3-
torch>=1.11,<2.0
3+
torch>=1.11
44
pyro-ppl>=1.8.4
5-
gpytorch==1.9.0
5+
gpytorch==1.9.1
66
linear_operator==0.3.0

0 commit comments

Comments
 (0)