Skip to content

Commit 68124f6

Browse files
committed
install f90nml
1 parent 2026f42 commit 68124f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@
4646
"phonons": ["phonopy>=1.10.8"],
4747
"qchem": ["openbabel-wheel"],
4848
"defects": ["pymatgen-analysis-defects"],
49-
"hiphive": ["hiphive>=1.1","phono3py==2.3.2","ase>=3.19.0"],
49+
"hiphive": ["hiphive>=1.1","phono3py==2.3.2","f90nml==1.3.1","ase>=3.19.0"],
5050
"complete": [
5151
"matplotlib>=1.5.2",
5252
"phonopy>=1.10.8",
5353
"openbabel-wheel",
5454
"hiphive>=1.1",
55+
"f90nml==1.3.1",
5556
"phono3py==2.3.2",
5657
"cmake==3.22.4",
5758
"spglib==1.16.5",
@@ -77,5 +78,5 @@
7778
"Topic :: Other/Nonlisted Topic",
7879
"Topic :: Scientific/Engineering",
7980
],
80-
scripts=[join("scripts", f) for f in os.listdir(join(module_dir, "scripts"))],
81+
scripts=[join("scripts", f) for f in os.listdir(join(module_dir, "scripts"))]
8182
)

0 commit comments

Comments
 (0)