Skip to content

Commit

Permalink
Update pymatgen requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 31, 2024
1 parent 69e08fe commit 48f7a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ dependencies = [
"tabulate",
"matplotlib>=3.5.2",
"numpy>=1.21.0",
"pymatgen>=2023.11.12", # limiting factor: POTCAR_STATS_PATH available from pymatgen.io.vasp.inputs
"pymatgen>=2024.5.31", # limiting factor: breaking changes in `VaspInputSet`;
# https://github.com/materialsproject/pymatgen/issues/3860
"spglib>=2.4.0", # previously explicitly set to <=2.0.2 to avoid unnecessary warnings
# (https://github.com/spglib/spglib/issues/338) but causing dependency issues
# (https://github.com/SMTG-Bham/doped/issues/73), being worked on in
Expand Down

0 comments on commit 48f7a4d

Please sign in to comment.