Skip to content

Commit

Permalink
require scipy>=1.6 because of scipy.integrate.simpson
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Jul 9, 2024
1 parent 72a3e29 commit 9f378d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9f378d8

Please sign in to comment.