From 56626bd76179d824feabd1a031f48e943da85ca0 Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Tue, 1 Aug 2023 14:38:06 -0700 Subject: [PATCH] Update min req linear_operator to 0.5.1 (#1963) Summary: linear_operator 0.5.0 had a bug that causes some things in botorch to raise errors. This bumps things to the newly released 0.5.1 that fixes these issues. Pull Request resolved: https://github.com/pytorch/botorch/pull/1963 Reviewed By: saitcakmak Differential Revision: D47969918 Pulled By: Balandat fbshipit-source-id: 335aec75cca03e6db7240f1df52d219628fba4a8 --- .conda/meta.yaml | 2 +- README.md | 2 +- environment.yml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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