File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ requirements:
1818 - setuptools_scm
1919 run :
2020 - pytorch >=1.13.1
21- - gpytorch ==1.10
22- - linear_operator ==0.4 .0
21+ - gpytorch ==1.11
22+ - linear_operator ==0.5 .0
2323 - scipy
2424 - multipledispatch
2525 - pyro-ppl >=1.8.4
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Optimization simply use Ax.
5757** Installation Requirements**
5858- Python >= 3.9
5959- PyTorch >= 1.13.1
60- - gpytorch == 1.10
61- - linear_operator == 0.4 .0
60+ - gpytorch == 1.11
61+ - linear_operator == 0.5 .0
6262- pyro-ppl >= 1.8.4
6363- scipy
6464- multiple-dispatch
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ channels:
55 - conda-forge
66dependencies :
77 - pytorch>=1.13.1
8- - gpytorch==1.10
9- - linear_operator==0.4 .0
8+ - gpytorch==1.11
9+ - linear_operator==0.5 .0
1010 - scipy
1111 - multipledispatch
1212 - pyro-ppl>=1.8.4
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ multipledispatch
22scipy
33torch >= 1.13.1
44pyro-ppl >= 1.8.4
5- gpytorch == 1.10
6- linear_operator == 0.4 .0
5+ gpytorch == 1.11
6+ linear_operator == 0.5 .0
You can’t perform that action at this time.
0 commit comments