Skip to content

Commit

Permalink
Temporarily add typing extensions dependency to fix pymatgen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed May 31, 2024
1 parent 47a88b8 commit abe4ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ dependencies = [
"vise>=0.9.0", # for eigenvalue analysis, >=0.9.0 required for SOC compatibility
"easyunfold>=0.3.6", # for efficient PROCAR parsing (and supporting SOC),
# if any dependency issues arise can make easyunfold an optional dependency
"typing-extensions" # to fix `pymatgen` typing issues
# (https://github.com/materialsproject/pymatgen/pull/3752)
# TODO: Remove once new pymatgen released
]

[project.urls]
Expand Down

0 comments on commit abe4ef5

Please sign in to comment.