Skip to content

Commit

Permalink
install f90nml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoying committed Mar 6, 2024
1 parent 2026f42 commit 68124f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"))]
)

0 comments on commit 68124f6

Please sign in to comment.