Skip to content

Commit

Permalink
Bump linear operator to 0.3.0 (#1538)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1538

Title

Reviewed By: SebastianAment

Differential Revision: D41751415

fbshipit-source-id: 3c80bc2845129552dcca6dee1247a87012f027a1
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Jan 5, 2023
1 parent 2f2cd7a commit 9566130
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
run:
- pytorch >=1.11
- gpytorch ==1.9.0
- linear_operator ==0.2.0
- linear_operator ==0.3.0
- scipy
- multipledispatch
- pyro-ppl >=1.8.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Optimization simply use Ax.
- Python >= 3.8
- PyTorch >= 1.11
- gpytorch == 1.9.0
- linear_operator == 0.2.0
- linear_operator == 0.3.0
- pyro-ppl >= 1.8.4
- scipy
- multiple-dispatch
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before jumping the gun, we recommend you start with the high-level
- Python >= 3.8
- PyTorch >= 1.11
- gpytorch == 1.9.0
- linear_operator == 0.2.0
- linear_operator == 0.3.0
- scipy
- multiple-dispatch
- pyro-ppl >= 1.8.4
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- pytorch>=1.11
- gpytorch==1.9.0
- linear_operator==0.2.0
- linear_operator==0.3.0
- scipy
- multipledispatch
- pyro-ppl>=1.8.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ scipy
torch>=1.11,<2.0
pyro-ppl>=1.8.4
gpytorch==1.9.0
linear_operator==0.2.0
linear_operator==0.3.0

0 comments on commit 9566130

Please sign in to comment.