Skip to content

Commit 58e8a35

Browse files
authored
Migrate spglib to new SpglibDataset format with version 2.5.0 (#3923)
* increment spglig min version * re-enable part of the test * use dot notation and tweak code format * add types for SpacegroupAnalyzer, mypy error to fix * final round of format tweaks * re-enable unit test for invalid spg number * fix mypy errors * migrate one more in unit test * add types for PointGroupAnalyzer * add types for remaining of analyzer
1 parent 106e8f5 commit 58e8a35

File tree

3 files changed

+215
-158
lines changed

3 files changed

+215
-158
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
"requests>=2.32",
7070
"ruamel.yaml>=0.17.0",
7171
"scipy>=1.13.0",
72-
"spglib>=2.0.2",
72+
"spglib>=2.5.0",
7373
"sympy>=1.2",
7474
"tabulate>=0.9",
7575
"tqdm>=4.60",

0 commit comments

Comments
 (0)