From bb2fbf04800310625ef9c185774bbc265000eeff Mon Sep 17 00:00:00 2001 From: Lakshya Garg <72099449+Lakshyadevelops@users.noreply.github.com> Date: Wed, 22 Mar 2023 20:56:54 +0530 Subject: [PATCH 1/2] updated scipy min ver to 1.5.0 --- benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 9bc019bd8e..c5bc616ae1 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -117,7 +117,7 @@ "build": "", "numpy": "1.16.5", "pandas": "0.25.0", - "scipy": "1.4.0", + "scipy": "1.5.0", // Note: these don't have a minimum in setup.py "h5py": "3.1.0", "ephem": "3.7.6.0", From 5f7414747eb2f2acf5be4eb1b862f358699590e5 Mon Sep 17 00:00:00 2001 From: Lakshya Garg <72099449+Lakshyadevelops@users.noreply.github.com> Date: Wed, 22 Mar 2023 21:00:09 +0530 Subject: [PATCH 2/2] update min scipy to 1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e25d097da..2054f72cea 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'pandas >= 0.25.0', 'pytz', 'requests', - 'scipy >= 1.4.0', + 'scipy >= 1.5.0', 'h5py', 'importlib-metadata; python_version < "3.8"']