Skip to content

Commit

Permalink
update pymongo install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Jan 28, 2025
1 parent bbbd15e commit 2fe2a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"pydantic-settings>=2.0.3",
"pydantic>=2.0.1",
"pymatgen>=2024.11.13",
"pymongo<=4.10.1", # TODO: remove pending maggma fix
"pymongo<=4.10.1", # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
]

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

0 comments on commit 2fe2a80

Please sign in to comment.