Skip to content

Commit c6a5747

Browse files
committed
Update requirements
1 parent 68124f6 commit c6a5747

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
sudo apt-get install libopenbabel-dev
3535
# https://github.com/openbabel/openbabel/issues/2408#issuecomment-1014466193
3636
sudo ln -s /usr/include/openbabel3 /usr/local/include/openbabel3
37+
38+
- name: Install phono3py
39+
run: |
40+
conda install -c conda-forge phono3py
3741
3842
- name: Install dependencies
3943
run: |

setup.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"paramiko",
3434
"pydash>=7.0.6",
3535
"pymatgen-analysis-diffusion>=2023.8.15",
36-
"pymatgen-analysis-defects>=2023.7.24",
37-
"pymatgen>=2023.7.20",
36+
"pymatgen-analysis-defects==2023.7.24",
37+
"pymatgen==2023.7.20",
3838
"pymongo",
3939
"pyyaml>=5.1.2",
4040
"ruamel.yaml",
@@ -43,20 +43,18 @@
4343
],
4444
extras_require={
4545
"plotting": ["matplotlib>=1.5.2"],
46-
"phonons": ["phonopy>=1.10.8"],
46+
"phonons": ["phonopy>=2.21.0"],
4747
"qchem": ["openbabel-wheel"],
4848
"defects": ["pymatgen-analysis-defects"],
49-
"hiphive": ["hiphive>=1.1","phono3py==2.3.2","f90nml==1.3.1","ase>=3.19.0"],
49+
"hiphive": ["hiphive @ git+https://gitlab.com/jsyony37/hiphive.git@personal#egg=hiphive","f90nml==1.3.1","ase>=3.22.1"],
5050
"complete": [
5151
"matplotlib>=1.5.2",
52-
"phonopy>=1.10.8",
52+
"phonopy>=2.21.0",
5353
"openbabel-wheel",
54-
"hiphive>=1.1",
55-
"f90nml==1.3.1",
56-
"phono3py==2.3.2",
57-
"cmake==3.22.4",
58-
"spglib==1.16.5",
59-
"ase>=3.19.0",
54+
"hiphive @ git+https://gitlab.com/jsyony37/hiphive.git@personal#egg=hiphive",
55+
"f90nml==1.4.4",
56+
"spglib>=2.2.0",
57+
"ase>=3.22.1",
6058
"boto3>=1.28.15",
6159
"Flask>=2.3.2",
6260
"coverage>=7.2.7",

0 commit comments

Comments
 (0)