We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4fb0e1 + 36525c7 commit 618be26Copy full SHA for 618be26
3 files changed
.ci_support/environment.yml
@@ -10,7 +10,7 @@ dependencies:
10
- nglview =4.0.1
11
- notebook
12
- numpy =2.4.3
13
-- phonopy =3.3.0
+- phonopy =3.5.0
14
- plotly =6.6.0
15
- pymatgen =2026.3.23
16
- pyscal3 =3.3.2
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.15.8
+ rev: v0.15.9
4
hooks:
5
- id: ruff
6
name: ruff lint
pyproject.toml
@@ -52,7 +52,7 @@ surface = [
52
"pymatgen==2026.3.23",
53
]
54
phonopy = [
55
- "phonopy==3.3.0",
+ "phonopy==3.5.0",
56
"spglib==2.7.0",
57
58
0 commit comments