Skip to content

Commit

Permalink
pin NumPy version again while investigating errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Dec 8, 2023
1 parent b07ec8a commit 8445ed4
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',
'numpy >= 1.20.0, <1.25a0',
'scipy >= 1.7.0',
'casadi >= 3.6.4',
'pandas >= 2',
Expand Down

0 comments on commit 8445ed4

Please sign in to comment.