Skip to content

Commit

Permalink
Update minimum scipy and numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomangano authored Feb 27, 2024
1 parent cae6954 commit e23034a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def copy_shared_libraries():
keywords="optimization",
install_requires=[
"sqlitedict>=1.6",
"numpy>=1.16",
"scipy>1.2",
"numpy>=1.21",
"scipy>=1.7",
"mdolab-baseclasses>=1.3.1",
],
extras_require={
Expand Down

0 comments on commit e23034a

Please sign in to comment.