Skip to content

Commit 7cc3ad7

Browse files
authored
Merge pull request #165 from pyiron/spglib
Update spglib to 2.4.0
2 parents dc2ec10 + 8c4c926 commit 7cc3ad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616
- pyxtal =0.6.2
1717
- scikit-learn =1.4.2
1818
- scipy =1.13.0
19-
- spglib =2.3.1
19+
- spglib =2.4.0
2020
- sqsgenerator =0.3

pyproject.toml

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

0 commit comments

Comments
 (0)