Skip to content

Commit

Permalink
Fix molecules import (#607)
Browse files Browse the repository at this point in the history
* Bump emmet

* Update import
  • Loading branch information
Jason Munro authored May 24, 2022
1 parent efb161e commit 865f33f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
emmet-core==0.26.2
emmet-core==0.27.5
pydantic>=1.8.2
pymatgen>=2022.3.7
typing-extensions==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typing-extensions>=3.7.4.1",
"requests>=2.23.0",
"monty>=2021.3.12",
"emmet-core>=0.26.2",
"emmet-core>=0.27.5",
"maggma>=0.46.0",
"mpcontribs-client",
],
Expand Down
2 changes: 1 addition & 1 deletion src/mp_api/routes/molecules.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pymatgen.core.periodic_table import Element

from mp_api.core.client import BaseRester
from emmet.core.molecules_old import MoleculesDoc
from emmet.core.molecules_jcesr import MoleculesDoc


class MoleculesRester(BaseRester[MoleculesDoc]):
Expand Down

0 comments on commit 865f33f

Please sign in to comment.