Skip to content

Commit

Permalink
Test removal of NumPy version pin <2.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Aug 1, 2024
1 parent cee8623 commit 7c95d4f
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 @@ -46,7 +46,7 @@
packages=find_packages(exclude=['docs', 'media', 'studies', 'tutorial']),
python_requires='>=3.8',
install_requires=[
'numpy >= 1.20.0, <2.0a0',
'numpy >= 1.20.0',
'scipy >= 1.7.0',
'casadi >= 3.6.4',
'pandas >= 2',
Expand Down

0 comments on commit 7c95d4f

Please sign in to comment.