diff --git a/.conda/meta.yaml b/.conda/meta.yaml index c117dda495..d524bcfc7f 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -19,7 +19,7 @@ requirements: run: - pytorch >=1.13.1 - gpytorch ==1.11 - - linear_operator ==0.5.0 + - linear_operator ==0.5.1 - scipy - multipledispatch - pyro-ppl >=1.8.4 diff --git a/README.md b/README.md index 21efc4b1a1..1d8a3ef862 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Optimization simply use Ax. - Python >= 3.9 - PyTorch >= 1.13.1 - gpytorch == 1.11 -- linear_operator == 0.5.0 +- linear_operator == 0.5.1 - pyro-ppl >= 1.8.4 - scipy - multiple-dispatch diff --git a/environment.yml b/environment.yml index f7bf01ee18..da659255bf 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - pytorch>=1.13.1 - gpytorch==1.11 - - linear_operator==0.5.0 + - linear_operator==0.5.1 - scipy - multipledispatch - pyro-ppl>=1.8.4 diff --git a/requirements.txt b/requirements.txt index e179adad1f..e5f19efe5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy torch>=1.13.1 pyro-ppl>=1.8.4 gpytorch==1.11 -linear_operator==0.5.0 +linear_operator==0.5.1