From 75f7cc2874f8cd9b2ee7e16fd77fbe7dedaad634 Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Thu, 28 Nov 2024 09:08:19 -0800 Subject: [PATCH] Remove mpmath dependency pin This was pinned in 02e80143c0b0144ff22c78ac60a9670d460ae811 due to an issue with a sympy alpha release. This should not be necessary anymore. Also re-ordered the dependency list to group deps together. --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 10596af227..61559fe624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -multipledispatch -scipy -mpmath>=0.19,<=1.3 -torch>=2.0.1 -pyro-ppl>=1.8.4 typing_extensions pyre_extensions gpytorch==1.13 linear_operator==0.5.3 +torch>=2.0.1 +pyro-ppl>=1.8.4 +scipy +multipledispatch