From 5fcd64651be98981579101bbc8fd6f26666e3b06 Mon Sep 17 00:00:00 2001 From: Colm Talbot Date: Tue, 12 Nov 2024 14:36:04 -0600 Subject: [PATCH] MAINT: remove scipy pin (#857) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37bdb21f..b045db21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ corner numpy matplotlib # see https://github.com/healpy/healpy/pull/953 -scipy>=1.5,<1.14 +scipy>=1.5 pandas dill tqdm