Skip to content

Commit

Permalink
Dep emmet-core[all] -> emmer-core
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Feb 8, 2024
1 parent 17b48ab commit e9950a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emmet-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url="https://github.com/materialsproject/emmet",
packages=find_namespace_packages(include=["emmet.*"]),
install_requires=[
"emmet-core[all]",
"emmet-core",
"fastapi",
"gunicorn",
"boto3",
Expand All @@ -21,6 +21,7 @@
"setproctitle",
"shapely",
"asgi-logger",
"pymatgen-analysis-alloys>=0.0.3",
],
extras_require={
"test": [
Expand Down

0 comments on commit e9950a6

Please sign in to comment.