Skip to content

Commit

Permalink
Pin emmet core to fix task doc validation
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Mar 24, 2023
1 parent 7aceb53 commit f5055d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,11 +29,11 @@
"typing-extensions>=3.7.4.1",
"requests>=2.23.0",
"monty>=2021.3.12",
"emmet-core>=0.39.8",
"emmet-core<=0.50.0",
],
extras_require={
"all": [
"emmet-core[all]>=0.39.8",
"emmet-core[all]<=0.50.0",
"custodian",
"mpcontribs-client",
"boto3"
Expand Down

0 comments on commit f5055d0

Please sign in to comment.