From 68124f647e27410509b3941cd218cbd069ed7408 Mon Sep 17 00:00:00 2001 From: Zhuoying Date: Tue, 5 Mar 2024 20:04:54 -0800 Subject: [PATCH] install f90nml --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d9b4c011..a92256448 100644 --- a/setup.py +++ b/setup.py @@ -46,12 +46,13 @@ "phonons": ["phonopy>=1.10.8"], "qchem": ["openbabel-wheel"], "defects": ["pymatgen-analysis-defects"], - "hiphive": ["hiphive>=1.1","phono3py==2.3.2","ase>=3.19.0"], + "hiphive": ["hiphive>=1.1","phono3py==2.3.2","f90nml==1.3.1","ase>=3.19.0"], "complete": [ "matplotlib>=1.5.2", "phonopy>=1.10.8", "openbabel-wheel", "hiphive>=1.1", + "f90nml==1.3.1", "phono3py==2.3.2", "cmake==3.22.4", "spglib==1.16.5", @@ -77,5 +78,5 @@ "Topic :: Other/Nonlisted Topic", "Topic :: Scientific/Engineering", ], - scripts=[join("scripts", f) for f in os.listdir(join(module_dir, "scripts"))], + scripts=[join("scripts", f) for f in os.listdir(join(module_dir, "scripts"))] )