From 87088792e10eba71f0f00d1b04c0cedcb15bde9c Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Wed, 15 Feb 2023 15:49:59 -0500 Subject: [PATCH] add min version of scipy (based on solve_ivp) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b67072ef..078d20ec 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ 'numpy>=1.10', 'matplotlib>3.0', - 'scipy>=1.2' + 'scipy>=1.5.2' ], classifiers=[ "Programming Language :: Python :: 3",