From b40842940540dbee9cd1cd8c9e5eed40a10ec8f3 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 21 Feb 2023 11:33:11 -0600 Subject: [PATCH] Unpin scipy from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7ebc282..85e6f75 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,5 @@ setup( "requests>=2,<3", "spyder>=5,<6", "pyqtgraph==0.12.4", - "scipy<=1.9.1", ], )