Skip to content

Commit

Permalink
Bump req versions: gpytorch to 1.11 and linear_operator to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Balandat committed Aug 1, 2023
1 parent f62cee3 commit 0d64faa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10
- linear_operator ==0.4.0
- gpytorch ==1.11
- linear_operator ==0.5.0
- scipy
- multipledispatch
- pyro-ppl >=1.8.4
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.10
- linear_operator==0.4.0
- gpytorch==1.11
- linear_operator==0.5.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.10
linear_operator==0.4.0
gpytorch==1.11
linear_operator==0.5.0

0 comments on commit 0d64faa

Please sign in to comment.