We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f8127 commit a82c1b4Copy full SHA for a82c1b4
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",
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==2024.11.13",
117
+ "pymongo==4.10.1",
118
"python-ulid==3.0.0",
119
"seekpath==2.1.0",
120
"tblite==0.3.0; python_version < '3.12'",
0 commit comments