Skip to content

Commit

Permalink
api: force use of emmet-core rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Feb 8, 2024
1 parent 07eb50d commit 4cf5947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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",
"emmet-core>=0.78.0rc1",
"fastapi",
"gunicorn",
"boto3",
Expand Down

0 comments on commit 4cf5947

Please sign in to comment.