Skip to content

Commit

Permalink
numpy<2
Browse files Browse the repository at this point in the history
@munrojm Numpy 2 is out. I pinned it to `<1` but we'll have to keep an eye on compatibility in the stack and upgrade eventually...
  • Loading branch information
tschaume authored Jun 17, 2024
1 parent 9866fa6 commit 8663935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
include_package_data=True,
install_requires=[
"numpy<2",
"pymatgen==2024.4.13",
"monty>=2024.2.2",
"pydantic>=2.0",
Expand Down

1 comment on commit 8663935

@munrojm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, that sounds good. Thank you.

Please sign in to comment.