Skip to content

Commit

Permalink
Bump gpytorch / linear_operator requirements to 1.10 and 0.4.0, respe…
Browse files Browse the repository at this point in the history
…ctively (#1803)

Summary: Pull Request resolved: #1803

Reviewed By: esantorella

Differential Revision: D45231491

Pulled By: Balandat

fbshipit-source-id: 4af1b2a7006cca9305ceb7d5076ed994fc3e5358
  • Loading branch information
Balandat authored and facebook-github-bot committed Apr 24, 2023
1 parent 04e235d commit 1588c0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ requirements:
- setuptools_scm
run:
- pytorch >=1.12
- gpytorch ==1.9.1
- linear_operator ==0.3.0
- gpytorch ==1.10
- linear_operator ==0.4.0
- scipy
- multipledispatch
- pyro-ppl >=1.8.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Optimization simply use Ax.
**Installation Requirements**
- Python >= 3.8
- PyTorch >= 1.12
- gpytorch == 1.9.1
- linear_operator == 0.3.0
- gpytorch == 1.10
- linear_operator == 0.4.0
- pyro-ppl >= 1.8.4
- scipy
- multiple-dispatch
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ channels:
- conda-forge
dependencies:
- pytorch>=1.12
- gpytorch==1.9.1
- linear_operator==0.3.0
- gpytorch==1.10
- linear_operator==0.4.0
- scipy
- multipledispatch
- pyro-ppl>=1.8.4
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ multipledispatch
scipy
torch>=1.12
pyro-ppl>=1.8.4
gpytorch==1.9.1
linear_operator==0.3.0
gpytorch==1.10
linear_operator==0.4.0

0 comments on commit 1588c0e

Please sign in to comment.