Skip to content

Commit

Permalink
Merge pull request #273 from AntObi/numpy
Browse files Browse the repository at this point in the history
Pin numpy<2
  • Loading branch information
AntObi authored Jul 3, 2024
2 parents 579e67c + b947ab2 commit 329e2e4
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 @@ -49,7 +49,7 @@
test_suite="smact.tests.test",
install_requires=[
"scipy",
"numpy",
"numpy<2",
"spglib",
"pymatgen>=2024.2.20",
"ase",
Expand Down

0 comments on commit 329e2e4

Please sign in to comment.