From 9f378d8b6b07bbbeadbce042cf24d56fb8bc2f40 Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Tue, 9 Jul 2024 23:58:47 +0200 Subject: [PATCH] require scipy>=1.6 because of scipy.integrate.simpson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f580b4f..2640727 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # ndarray.tobytes was introduced in np 1.9 and workaround in vtk routines # does not work for python 2 'numpy>=1.8', 'numpy>=1.9;python_version<"3.0"', - 'scipy', 'future', 'urllib3', 'numexpr', + 'scipy>=1.6', 'future', 'urllib3', 'numexpr', 'cython>=0.18', 'functools32;python_version<"3.0"', 'packaging'], extras_require = {