Skip to content

Commit

Permalink
Temporarily remove lower bounds: numpy, scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 9, 2023
1 parent 65a81e3 commit 3aa79ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ def compile_KLU():
],
# List of dependencies
install_requires=[
"numpy>=1.16",
"scipy>=1.3",
"casadi>=3.6.0",
"numpy",
"scipy",
"casadi",
"xarray",
],
extras_require={
Expand Down

0 comments on commit 3aa79ca

Please sign in to comment.