Skip to content

Commit

Permalink
Prep for NumPy 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Dec 8, 2023
1 parent 1c9d91a commit 95e48c4
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 @@ -9,7 +9,7 @@
name='Lentil',
version=version,
install_requires=[
'numpy',
'numpy<2.0',
'scipy'
]
)

0 comments on commit 95e48c4

Please sign in to comment.