Skip to content

Commit a171a88

Browse files
authored
Update hatchling to 1.31.0 (#369)
1 parent 506c073 commit a171a88

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- sphinx
88
- sphinx_rtd_theme
99
- myst-parser
10-
- hatchling =1.30.1
10+
- hatchling =1.31.0
1111
- hatch-vcs =0.5.0
1212
- ase =3.29.0
1313
- h5py =3.16.0

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- hatchling =1.30.1
4+
- hatchling =1.31.0
55
- hatch-vcs =0.5.0
66
- ase =3.29.0
77
- numpy =2.4.6

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- hatchling =1.30.1
4+
- hatchling =1.31.0
55
- hatch-vcs =0.5.0
66
- ase =3.29.0
77
- h5py =3.16.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- pandas =3.0.2
99
- scipy =1.17.1
1010
- lammps =2024.08.29=*_mpi_openmpi_*
11-
- hatchling =1.30.1
11+
- hatchling =1.31.0
1212
- hatch-vcs =0.5.0
1313
- iprpy-data =2025.01.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"h5py",
66
"pandas",
77
"scipy",
8-
"hatchling==1.30.1",
8+
"hatchling==1.31.0",
99
"hatch-vcs==0.5.0",
1010
]
1111
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)