Skip to content

Commit 2fe2a80

Browse files
update pymongo install documentation
1 parent bbbd15e commit 2fe2a80

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"pydantic-settings>=2.0.3",
3636
"pydantic>=2.0.1",
3737
"pymatgen>=2024.11.13",
38-
"pymongo<=4.10.1", # TODO: remove pending maggma fix
38+
"pymongo<=4.10.1", # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
3939
]
4040

4141
[project.optional-dependencies]
@@ -114,7 +114,7 @@ strict = [
114114
"pydantic==2.9.2",
115115
"pymatgen-analysis-defects==2024.10.22",
116116
"pymatgen==2024.11.13",
117-
"pymongo==4.10.1", # TODO: remove pending maggma fix
117+
"pymongo==4.10.1", # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
118118
"python-ulid==3.0.0",
119119
"seekpath==2.1.0",
120120
"tblite==0.3.0; python_version < '3.12'",

0 commit comments

Comments
 (0)