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 74498f1 commit 7e4708fCopy full SHA for 7e4708f
pyproject.toml
@@ -35,6 +35,7 @@ dependencies = [
35
"pydantic-settings>=2.0.3",
36
"pydantic>=2.0.1",
37
"pymatgen>=2024.11.13",
38
+ "pymongo<=4.10.1", # TODO: remove pending maggma fix
39
]
40
41
[project.optional-dependencies]
@@ -113,6 +114,7 @@ strict = [
113
114
"pydantic==2.9.2",
115
"pymatgen-analysis-defects==2024.10.22",
116
"pymatgen==2025.1.9",
117
+ "pymongo==4.10.1", # TODO: remove pending maggma fix
118
"python-ulid==3.0.0",
119
"seekpath==2.1.0",
120
"tblite==0.3.0; python_version < '3.12'",
0 commit comments