Skip to content

Commit

Permalink
Merge c09c43e into 52959e6
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Feb 23, 2023
2 parents 52959e6 + c09c43e commit 833b56d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
- setuptools
- setuptools_scm
run:
- pytorch >=1.11
- pytorch >=1.12
- gpytorch ==1.9.1
- linear_operator ==0.3.0
- scipy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Optimization simply use Ax.

**Installation Requirements**
- Python >= 3.8
- PyTorch >= 1.11
- PyTorch >= 1.12
- gpytorch == 1.9.1
- linear_operator == 0.3.0
- 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 @@ -4,7 +4,7 @@ channels:
- gpytorch
- conda-forge
dependencies:
- pytorch>=1.11
- pytorch>=1.12
- gpytorch==1.9.1
- linear_operator==0.3.0
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
multipledispatch
scipy
torch>=1.11
torch>=1.12
pyro-ppl>=1.8.4
gpytorch==1.9.1
linear_operator==0.3.0

0 comments on commit 833b56d

Please sign in to comment.