Skip to content

Commit 1e8e83c

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Require linear_operator 0.2.0 (#1491)
Summary: Title Pull Request resolved: #1491 Reviewed By: Balandat Differential Revision: D41189982 Pulled By: saitcakmak fbshipit-source-id: f1713a0c58fe172968d6fa7362aca1e3e34d3a44
1 parent 138dc15 commit 1e8e83c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
run:
2020
- pytorch >=1.11
2121
- gpytorch ==1.9.0
22-
- linear_operator ==0.1.1
22+
- linear_operator ==0.2.0
2323
- scipy
2424
- multipledispatch
2525
- pyro-ppl >=1.8.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optimization simply use Ax.
5858
- Python >= 3.8
5959
- PyTorch >= 1.11
6060
- gpytorch == 1.9.0
61-
- linear_operator == 0.1.1
61+
- linear_operator == 0.2.0
6262
- pyro-ppl >= 1.8.2
6363
- scipy
6464
- multiple-dispatch

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before jumping the gun, we recommend you start with the high-level
1616
- Python >= 3.8
1717
- PyTorch >= 1.11
1818
- gpytorch == 1.9.0
19-
- linear_operator == 0.1.1
19+
- linear_operator == 0.2.0
2020
- scipy
2121
- multiple-dispatch
2222
- pyro-ppl >= 1.8.2

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- pytorch>=1.11
88
- gpytorch==1.9.0
9-
- linear_operator==0.1.1
9+
- linear_operator==0.2.0
1010
- scipy
1111
- multipledispatch
1212
- pyro-ppl>=1.8.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ scipy
33
torch>=1.11
44
pyro-ppl>=1.8.2
55
gpytorch==1.9.0
6-
linear_operator==0.1.1
6+
linear_operator==0.2.0

0 commit comments

Comments
 (0)