Skip to content

Commit 618be26

Browse files
authored
Merge branch 'main' into sqs-improve-interface
2 parents a4fb0e1 + 36525c7 commit 618be26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- nglview =4.0.1
1111
- notebook
1212
- numpy =2.4.3
13-
- phonopy =3.3.0
13+
- phonopy =3.5.0
1414
- plotly =6.6.0
1515
- pymatgen =2026.3.23
1616
- pyscal3 =3.3.2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.8
3+
rev: v0.15.9
44
hooks:
55
- id: ruff
66
name: ruff lint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ surface = [
5252
"pymatgen==2026.3.23",
5353
]
5454
phonopy = [
55-
"phonopy==3.3.0",
55+
"phonopy==3.5.0",
5656
"spglib==2.7.0",
5757
]
5858

0 commit comments

Comments
 (0)