We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0f932 commit c95b1eeCopy full SHA for c95b1ee
pyproject.toml
@@ -25,15 +25,15 @@ dependencies = [
25
"typing-extensions>=3.7.4.1",
26
"requests>=2.23.0",
27
"monty>=2024.12.10",
28
- "emmet-core>=0.86.2rc1",
+ "emmet-core>=0.86.2",
29
"smart_open",
30
"boto3",
31
"orjson >= 3.10,<4",
32
]
33
dynamic = ["version"]
34
35
[project.optional-dependencies]
36
-all = ["emmet-core[all]>=0.86.2rc1", "custodian", "mpcontribs-client>=5.10"]
+all = ["emmet-core[all]>=0.86.2", "custodian", "mpcontribs-client>=5.10"]
37
test = [
38
"pre-commit",
39
"pytest",
0 commit comments