Skip to content

Commit c054766

Browse files
Balandatfacebook-github-bot
authored andcommitted
Bump req versions: gpytorch to 1.11 and linear_operator to 0.5.0 (#1961)
Summary: In preparation for 0.9.0 "major" release Pull Request resolved: #1961 Reviewed By: esantorella Differential Revision: D47954656 Pulled By: Balandat fbshipit-source-id: 308c89e811d8580779129949710561d5042da7a9
1 parent 34d9d53 commit c054766

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ requirements:
1818
- setuptools_scm
1919
run:
2020
- pytorch >=1.13.1
21-
- gpytorch ==1.10
22-
- linear_operator ==0.4.0
21+
- gpytorch ==1.11
22+
- linear_operator ==0.5.0
2323
- scipy
2424
- multipledispatch
2525
- pyro-ppl >=1.8.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Optimization simply use Ax.
5757
**Installation Requirements**
5858
- Python >= 3.9
5959
- PyTorch >= 1.13.1
60-
- gpytorch == 1.10
61-
- linear_operator == 0.4.0
60+
- gpytorch == 1.11
61+
- linear_operator == 0.5.0
6262
- pyro-ppl >= 1.8.4
6363
- scipy
6464
- multiple-dispatch

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels:
55
- conda-forge
66
dependencies:
77
- pytorch>=1.13.1
8-
- gpytorch==1.10
9-
- linear_operator==0.4.0
8+
- gpytorch==1.11
9+
- linear_operator==0.5.0
1010
- scipy
1111
- multipledispatch
1212
- pyro-ppl>=1.8.4

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ multipledispatch
22
scipy
33
torch>=1.13.1
44
pyro-ppl>=1.8.4
5-
gpytorch==1.10
6-
linear_operator==0.4.0
5+
gpytorch==1.11
6+
linear_operator==0.5.0

0 commit comments

Comments
 (0)