Skip to content

Commit

Permalink
Update dependency list now botocore issue with mp-api fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Aug 22, 2023
1 parent b8d8de6 commit 657d6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"matplotlib>=3.7.1",
"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
"mp-api!=0.34.0,!=0.34.1,!=0.34.2",
# bug: boto3 added as an unnecessary requirement (https://github.com/materialsproject/pymatgen/issues/3241, https://github.com/materialsproject/api/pull/836)
],
extras_require={
"tests": [
Expand Down

0 comments on commit 657d6e8

Please sign in to comment.