diff --git a/setup.py b/setup.py index 77acc3e54..2d9b4c011 100644 --- a/setup.py +++ b/setup.py @@ -46,13 +46,15 @@ "phonons": ["phonopy>=1.10.8"], "qchem": ["openbabel-wheel"], "defects": ["pymatgen-analysis-defects"], - "hiphive": ["hiphive>=1.1","phono3py","ase>=3.19.0"], + "hiphive": ["hiphive>=1.1","phono3py==2.3.2","ase>=3.19.0"], "complete": [ "matplotlib>=1.5.2", "phonopy>=1.10.8", "openbabel-wheel", "hiphive>=1.1", - "phono3py", + "phono3py==2.3.2", + "cmake==3.22.4", + "spglib==1.16.5", "ase>=3.19.0", "boto3>=1.28.15", "Flask>=2.3.2",