Skip to content

Commit

Permalink
numpy < 2 (#1787)
Browse files Browse the repository at this point in the history
* api: numpy < 2

* client: numpy < 2
  • Loading branch information
tschaume committed Jun 17, 2024
1 parent c4d79f5 commit 04d5af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mpcontribs-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
url="https://mpcontribs.org",
packages=["mpcontribs.api"],
install_requires=[
"numpy<2",
"apispec<6",
"asn1crypto",
"blinker",
Expand Down
1 change: 1 addition & 0 deletions mpcontribs-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def local_version(version):
url="https://github.com/materialsproject/MPContribs/tree/master/mpcontribs-client",
packages=["mpcontribs.client"],
install_requires=[
"numpy<2",
"boltons",
"bravado",
"filetype",
Expand Down

0 comments on commit 04d5af7

Please sign in to comment.