From 9566130de658ae11646ea5e2847dd48f452e75ec Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Wed, 4 Jan 2023 16:37:11 -0800 Subject: [PATCH] Bump linear operator to 0.3.0 (#1538) Summary: Pull Request resolved: https://github.com/pytorch/botorch/pull/1538 Title Reviewed By: SebastianAment Differential Revision: D41751415 fbshipit-source-id: 3c80bc2845129552dcca6dee1247a87012f027a1 --- .conda/meta.yaml | 2 +- README.md | 2 +- docs/getting_started.md | 2 +- environment.yml | 2 +- requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 22ade7bb04..9fd21ae69d 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -19,7 +19,7 @@ requirements: run: - pytorch >=1.11 - gpytorch ==1.9.0 - - linear_operator ==0.2.0 + - linear_operator ==0.3.0 - scipy - multipledispatch - pyro-ppl >=1.8.4 diff --git a/README.md b/README.md index 1ed5a76805..ed615523e8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Optimization simply use Ax. - Python >= 3.8 - PyTorch >= 1.11 - gpytorch == 1.9.0 -- linear_operator == 0.2.0 +- linear_operator == 0.3.0 - pyro-ppl >= 1.8.4 - scipy - multiple-dispatch diff --git a/docs/getting_started.md b/docs/getting_started.md index a0ca69df58..01fae8e050 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -16,7 +16,7 @@ Before jumping the gun, we recommend you start with the high-level - Python >= 3.8 - PyTorch >= 1.11 - gpytorch == 1.9.0 -- linear_operator == 0.2.0 +- linear_operator == 0.3.0 - scipy - multiple-dispatch - pyro-ppl >= 1.8.4 diff --git a/environment.yml b/environment.yml index 0caaaa1031..859f361845 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - pytorch>=1.11 - gpytorch==1.9.0 - - linear_operator==0.2.0 + - linear_operator==0.3.0 - scipy - multipledispatch - pyro-ppl>=1.8.4 diff --git a/requirements.txt b/requirements.txt index 6a21bb5388..56e66b474b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy torch>=1.11,<2.0 pyro-ppl>=1.8.4 gpytorch==1.9.0 -linear_operator==0.2.0 +linear_operator==0.3.0