Skip to content

Commit 4c53116

Browse files
authored
Merge branch 'main' into dependabot/pip/matplotlib-3.10.8
2 parents 3a3e356 + 650188c commit 4c53116

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ dependencies:
1010
- nglview =3.1.4
1111
- notebook
1212
- numpy =2.3.5
13-
- phonopy =2.45.1
13+
- phonopy =2.46.1
1414
- plotly =6.5.0
1515
- pymatgen =2025.10.7
1616
- pyscal3 =3.3.0
1717
- scikit-learn =1.7.2
1818
- scipy =1.16.3
1919
- spglib =2.6.0
2020
- sqsgenerator =0.3
21-
- hatchling =1.28.0
21+
- hatchling =1.27.0
2222
- hatch-vcs =0.5.0

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- coverage
66
- numpy =2.3.5
77
- scipy =1.16.3
8-
- hatchling =1.28.0
8+
- hatchling =1.27.0
99
- hatch-vcs =0.5.0

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: "daily"
77
open-pull-requests-limit: 10
88
ignore:
9-
- dependency-name: "hachling"
9+
- dependency-name: "hatchling"

.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.14.8
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
name: ruff lint

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"]
2+
requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -52,7 +52,7 @@ surface = [
5252
"pymatgen==2025.10.7",
5353
]
5454
phonopy = [
55-
"phonopy==2.45.1",
55+
"phonopy==2.46.1",
5656
"spglib==2.6.0",
5757
]
5858

0 commit comments

Comments
 (0)