Skip to content

Commit

Permalink
Change alloy collection name and bump reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Nov 7, 2023
1 parent 08f1438 commit 8bf7303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emmet-api/material_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
uri=db_uri,
database=f"mp_core_{db_suffix}",
key="pair_id",
collection_name="alloy_pairs",
collection_name="alloys",
)

summary_store = MongoURIStore(
Expand Down
2 changes: 1 addition & 1 deletion emmet-builders/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires=[
"emmet-core[all]",
"emmet-core[ml]",
"maggma>=0.57.0",
"maggma>=0.57.6",
"matminer>=0.7.3",
],
extras_require={
Expand Down

0 comments on commit 8bf7303

Please sign in to comment.