From 376a3173b5335a56a48c7040f6f6435479f6b453 Mon Sep 17 00:00:00 2001 From: Arjun Savel <35353555+arjunsavel@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:14:16 -0500 Subject: [PATCH] unpin scipy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96569df..b64652f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "pandas==1.2.3", "astropy >=5.1", "openpyxl>=2.5.12", - "scipy <1.5.3, >=1.1.0", + "scipy", "matplotlib <3.1.1,>=3.0.1", "Scikit-image>=0.16.2", "pyyaml>=5.3.1",