Skip to content

Commit ed4cb1a

Browse files
committed
pyrho
1 parent bb17d63 commit ed4cb1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ classifiers = [
1818
dependencies = [
1919
"pymatgen",
2020
"scikit-image>=0.19.3",
21-
"numpy"
21+
"numpy",
22+
"mp-pyrho>=0.4.4",
2223
]
2324
description = "Pymatgen extension for defects analysis"
2425
dynamic = ["version"]
@@ -40,6 +41,7 @@ strict = [
4041
"pymatgen==2023.10.11",
4142
"dscribe==2.1.0",
4243
"scikit-image==0.21.0",
44+
"mp-pyrho==0.4.4",
4345
]
4446

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

0 commit comments

Comments
 (0)