Skip to content

Commit

Permalink
pyrho
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 23, 2024
1 parent bb17d63 commit ed4cb1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ classifiers = [
dependencies = [
"pymatgen",
"scikit-image>=0.19.3",
"numpy"
"numpy",
"mp-pyrho>=0.4.4",
]
description = "Pymatgen extension for defects analysis"
dynamic = ["version"]
Expand All @@ -40,6 +41,7 @@ strict = [
"pymatgen==2023.10.11",
"dscribe==2.1.0",
"scikit-image==0.21.0",
"mp-pyrho==0.4.4",
]

tests = ["pytest==7.4.2", "pytest-cov==4.1.0", "nbmake==1.4.6"]
Expand Down

0 comments on commit ed4cb1a

Please sign in to comment.