Skip to content

Commit

Permalink
Merge pull request #898 from pyiron/dependabot/pip/phonopy-2.17.0
Browse files Browse the repository at this point in the history
Bump phonopy from 2.15.1 to 2.17.0
  • Loading branch information
jan-janssen authored Dec 15, 2022
2 parents 53199c1 + 376ec86 commit 302839a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- mendeleev =0.12.1
- numpy =1.23.5
- pandas =1.5.2
- phonopy =2.15.1
- phonopy =2.17.0
- pint =0.20.1
- pyiron_base =0.5.29
- pymatgen =2022.11.7
Expand Down
4 changes: 2 additions & 2 deletions notebooks/phonopy_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,8 @@
},
"outputs": [],
"source": [
"freq_i = phon_vac_i.phonopy.get_frequencies(0)[3:] \n",
"freq_ts = phon_vac_i.phonopy.get_frequencies(0)[4:]"
"freq_i = phon_vac_i.phonopy.get_frequencies((0, 0, 0))[3:] \n",
"freq_ts = phon_vac_i.phonopy.get_frequencies((0, 0, 0))[4:]"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'mp-api==0.30.3',
'numpy==1.23.5',
'pandas==1.5.2',
'phonopy==2.15.1',
'phonopy==2.17.0',
'pint==0.20.1',
'pyiron_base==0.5.29',
'pymatgen==2022.11.7',
Expand Down

0 comments on commit 302839a

Please sign in to comment.