Skip to content

Commit

Permalink
Fix casadi version requirements (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
WimVanRoy authored Apr 13, 2023
1 parent d5d5026 commit ccb7d0a
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 @@ -17,9 +17,9 @@
py_modules=[],
setup_requires=['setuptools_scm'],
install_requires=[
'numpy',
'numpy>=1.20.0,<2.0.0',
'scipy',
'casadi',
'casadi<3.6',
'matplotlib',
]
)
)

0 comments on commit ccb7d0a

Please sign in to comment.