Skip to content

Commit 9566130

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Bump linear operator to 0.3.0 (#1538)
Summary: Pull Request resolved: #1538 Title Reviewed By: SebastianAment Differential Revision: D41751415 fbshipit-source-id: 3c80bc2845129552dcca6dee1247a87012f027a1
1 parent 2f2cd7a commit 9566130

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.2.0
22+
- linear_operator ==0.3.0
2323
- scipy
2424
- multipledispatch
2525
- pyro-ppl >=1.8.4

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.2.0
61+
- linear_operator == 0.3.0
6262
- pyro-ppl >= 1.8.4
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.2.0
19+
- linear_operator == 0.3.0
2020
- scipy
2121
- multiple-dispatch
2222
- pyro-ppl >= 1.8.4

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.2.0
9+
- linear_operator==0.3.0
1010
- scipy
1111
- multipledispatch
1212
- pyro-ppl>=1.8.4

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,<2.0
44
pyro-ppl>=1.8.4
55
gpytorch==1.9.0
6-
linear_operator==0.2.0
6+
linear_operator==0.3.0

0 commit comments

Comments
 (0)