Skip to content

Commit

Permalink
Try unpinning Numpy again
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Sep 18, 2024
1 parent 828874f commit 8a5a1d0
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 @@ -139,7 +139,7 @@ def run_setup():
include_package_data=True,
install_requires=[
'packaging',
'numpy>=1.24.0,<2.1' if "win" in platform else 'numpy>=1.24.0',
'numpy>=1.24.0',
'scipy>=1.10',
'seekpath>=1.1.0',
'spglib>=1.9.4',
Expand Down

0 comments on commit 8a5a1d0

Please sign in to comment.