Skip to content

Commit

Permalink
Update minimum monty version, allow newer pydantic (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton authored Feb 24, 2024
1 parent 0ceb324 commit f6d80f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dependencies = [
"PyYAML",
"click",
"custodian>=2024.2.15",
"emmet-core>=0.70.5",
"emmet-core>=0.78.0rc4",
"jobflow>=0.1.11",
"monty>=2023.9.25",
"monty>=2024.2.2",
"numpy",
"pydantic-settings>=2.0.3",
"pydantic>=2.0.1,<2.5.2",
"pydantic>=2.0.1",
"pymatgen>=2023.12.18",
]

Expand All @@ -42,7 +42,7 @@ amset = ["amset>=0.4.15", "pydash"]
cclib = ["cclib"]
mp = ["mp-api>=0.37.5"]
phonons = ["phonopy>=1.10.8", "seekpath"]
lobster = ["ijson>=3.2.2", "lobsterpy>=0.3.6"]
lobster = ["ijson>=3.2.2", "lobsterpy>=0.3.7"]
defects = ["dscribe>=1.2.0", "pymatgen-analysis-defects>=2022.11.30"]
forcefields = [
"ase>=3.22.1",
Expand Down Expand Up @@ -75,18 +75,18 @@ strict = [
"click==8.1.7",
"custodian==2024.2.15",
"dscribe==2.1.0",
"emmet-core==0.77.1",
"emmet-core==0.78.0rc4",
"ijson==3.2.3",
"jobflow==0.1.17",
"lobsterpy==0.3.6",
"mace-torch>=0.3.3",
"matgl==1.0.0",
"monty==2023.9.25",
"monty==2024.2.2",
"mp-api==0.39.5",
"numpy",
"phonopy==2.21.2",
"pydantic-settings==2.2.0",
"pydantic==2.4.2",
"pydantic==2.6.1",
"pymatgen-analysis-defects==2024.2.9",
"pymatgen==2023.12.18",
"quippy-ase==0.9.14",
Expand Down

0 comments on commit f6d80f8

Please sign in to comment.