Skip to content

Commit 89a5b65

Browse files
authored
Merge pull request #176 from pyiron/dependabot/pip/phonopy-2.23.0
Bump phonopy from 2.22.1 to 2.23.0
2 parents 18df466 + 819b085 commit 89a5b65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ dependencies:
99
- nglview =3.1.2
1010
- notebook
1111
- numpy =1.26.4
12-
- phonopy =2.22.1
12+
- phonopy =2.23.1
1313
- plotly =5.21.0
1414
- pymatgen =2024.5.1
1515
- pyscal =2.10.18
1616
- pyxtal =0.6.2
1717
- scikit-learn =1.4.2
1818
- scipy =1.13.0
19-
- spglib =2.4.0
19+
- spglib =2.3.1
2020
- sqsgenerator =0.3

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ nglview = ["nglview==3.1.2"]
4646
matplotlib = ["matplotlib==3.8.4"]
4747
plotly = ["plotly==5.21.0"]
4848
clusters = ["scikit-learn==1.4.2"]
49-
symmetry = ["spglib==2.4.0"]
49+
symmetry = ["spglib==2.3.1"]
5050
surface = [
51-
"spglib==2.4.0",
51+
"spglib==2.3.1",
5252
"pymatgen==2024.5.1",
5353
]
5454
phonopy = [
55-
"phonopy==2.22.1",
55+
"phonopy==2.23.1",
5656
"spglib==2.4.0",
5757
]
5858
pyxtal = ["pyxtal==0.6.2"]

0 commit comments

Comments
 (0)