From ed4cb1a3ded7cf262c45bb5aa390d99878fc6b78 Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Thu, 22 Feb 2024 23:19:46 -0800 Subject: [PATCH] pyrho --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92bce2a7..6502090a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -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"]