From 36097db80b0596d65a4aad980c355c5cc436104b Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Wed, 29 Jan 2025 09:15:15 -0800 Subject: [PATCH] Require GPyTorch==1.14 & linear_operator==0.6 (#2710) Summary: Updates the required linear_operator & gpytorch versions to the latest releases. Pull Request resolved: https://github.com/pytorch/botorch/pull/2710 Reviewed By: Balandat Differential Revision: D68836684 Pulled By: saitcakmak fbshipit-source-id: 32ccf3a1d3199ebfaf2f1e5f21e5d59e71a61b0f --- README.md | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8420ff4b3..1a5f0a4534 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Optimization simply use Ax. **Installation Requirements** - Python >= 3.10 - PyTorch >= 2.0.1 -- gpytorch == 1.13 -- linear_operator == 0.5.3 +- gpytorch == 1.14 +- linear_operator == 0.6 - pyro-ppl >= 1.8.4 - scipy - multiple-dispatch diff --git a/requirements.txt b/requirements.txt index ffe12962c0..2be9341c93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ typing_extensions pyre_extensions -gpytorch==1.13 -linear_operator==0.5.3 +gpytorch==1.14 +linear_operator==0.6 torch>=2.0.1 pyro-ppl>=1.8.4 scipy<1.15