Skip to content

Commit

Permalink
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ pydantic>=1.8.2
pymatgen>=2022.3.7
pymatgen-analysis-alloys>=0.0.3
typing-extensions==4.1.1
maggma==0.47.3
maggma==0.47.4
requests==2.27.1
monty==2022.3.12
mpcontribs-client>=4.2.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"requests>=2.23.0",
"monty>=2021.3.12",
"emmet-core>=0.32.3",
"maggma>=0.47.3",
"maggma>=0.47.4",
"mpcontribs-client",
],
classifiers=[
1 change: 0 additions & 1 deletion src/mp_api/routes/alloys.py
Original file line number Diff line number Diff line change
@@ -12,4 +12,3 @@ class AlloysRester(BaseRester[AlloyPairDoc]):
suffix = "alloys"
document_model = AlloyPairDoc # type: ignore
primary_key = "material_id"

5 changes: 3 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import pytest
from mp_api.matproj import MPRester
from mp_api import MPRester

# -- Rester name data for generic tests

@@ -31,7 +31,8 @@
"_general_store",
"tasks",
"xas",
"elasticity"
"elasticity",
"alloys",
"summary"
] # temp

0 comments on commit 3850b80

Please sign in to comment.