Skip to content

Commit

Permalink
Avoid latest pymongo
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jan 31, 2025
1 parent f4f8127 commit a82c1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"pydantic-settings>=2.0.3",
"pydantic>=2.0.1",
"pymatgen>=2024.11.13",
"pymongo<=4.10.1",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -113,6 +114,7 @@ strict = [
"pydantic==2.9.2",
"pymatgen-analysis-defects==2024.10.22",
"pymatgen==2024.11.13",
"pymongo==4.10.1",
"python-ulid==3.0.0",
"seekpath==2.1.0",
"tblite==0.3.0; python_version < '3.12'",
Expand Down

0 comments on commit a82c1b4

Please sign in to comment.