Skip to content

Commit 0b4f236

Browse files
committed
update dependency limits
1 parent 4dce2af commit 0b4f236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ dependencies = [
2525
"typing-extensions>=3.7.4.1",
2626
"requests>=2.23.0",
2727
"monty>=2024.12.10",
28-
"emmet-core>=0.84.6rc0",
28+
"emmet-core>=0.85.1rc0,<0.86",
2929
"smart_open",
3030
"boto3",
3131
"orjson >= 3.10,<4",
3232
]
3333
dynamic = ["version"]
3434

3535
[project.optional-dependencies]
36-
all = ["emmet-core[all]>=0.84.6rc0", "custodian", "mpcontribs-client",]
36+
all = ["emmet-core[all]>=0.85.1rc0", "custodian", "mpcontribs-client>=5.10"]
3737
test = [
3838
"pre-commit",
3939
"pytest",

0 commit comments

Comments
 (0)