Skip to content

Commit

Permalink
Add missing botocore dependency for mp-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Aug 16, 2023
1 parent 3365775 commit e8d6bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"pymatgen>=2023.05.31",
"setuptools",
"mp-api!=0.34.0", # bug: boto3 added as an unnecessary requirement (https://github.com/materialsproject/pymatgen/issues/3241, https://github.com/materialsproject/api/pull/836)
"botocore", # mp-api requirement, not listed in setup.py in v0.34.0,1
],
extras_require={
"tests": [
Expand Down

0 comments on commit e8d6bb5

Please sign in to comment.