From 9ae6c5b5581ff0d6a0f1036c7a27ccb527ca7a30 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Wed, 18 Dec 2024 10:31:25 -0800 Subject: [PATCH] test now --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0556c50..5ecd7c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ python_requires = >=3.9 install_requires = importlib-metadata; python_version<"3.8" numpy - scipy<1.13.0; python_version<"3.9" + scipy<1.13.0; python_version<="3.9" scipy; python_version>"3.9"