Skip to content

Commit

Permalink
add min version of scipy (based on solve_ivp)
Browse files Browse the repository at this point in the history
  • Loading branch information
alx87grd authored Feb 15, 2023
1 parent cdea252 commit 8708879
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 @@ -18,7 +18,7 @@
install_requires=[
'numpy>=1.10',
'matplotlib>3.0',
'scipy>=1.2'
'scipy>=1.5.2'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 8708879

Please sign in to comment.