Skip to content

Commit f5055d0

Browse files
author
Jason Munro
authored
Pin emmet core to fix task doc validation
1 parent 7aceb53 commit f5055d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"typing-extensions>=3.7.4.1",
3030
"requests>=2.23.0",
3131
"monty>=2021.3.12",
32-
"emmet-core>=0.39.8",
32+
"emmet-core<=0.50.0",
3333
],
3434
extras_require={
3535
"all": [
36-
"emmet-core[all]>=0.39.8",
36+
"emmet-core[all]<=0.50.0",
3737
"custodian",
3838
"mpcontribs-client",
3939
"boto3"

0 commit comments

Comments
 (0)