Skip to content

Commit c421093

Browse files
authored
Update phonopy to 2.46.1 (#602)
* Update pyproject.toml * Update environment.yml * Update environment-docs.yml * Update environment.yml
1 parent e7a1f40 commit c421093

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- numpy =2.3.5
1212
- scipy =1.16.3
1313
- spglib =2.7.0
14-
- phonopy =2.45.1
14+
- phonopy =2.46.1
1515
- structuretoolkit =0.0.39
1616
- seekpath =2.1.0
1717
- lammps =2024.08.29

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- mendeleev =1.1.0
88
- numpy =2.3.5
99
- pandas =2.3.3
10-
- phonopy =2.45.1
10+
- phonopy =2.46.1
1111
- requests =2.32.5
1212
- scipy =1.16.3
1313
- seekpath =2.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- numpy =2.3.5
66
- scipy =1.16.3
77
- spglib =2.7.0
8-
- phonopy =2.45.1
8+
- phonopy =2.46.1
99
- structuretoolkit =0.0.39
1010
- seekpath =2.1.0
1111
- gpaw =25.7.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/atomistics"
3939

4040
[project.optional-dependencies]
4141
phonopy = [
42-
"phonopy==2.45.1",
42+
"phonopy==2.46.1",
4343
"seekpath==2.1.0",
4444
"structuretoolkit==0.0.39",
4545
]

0 commit comments

Comments
 (0)