Skip to content

Commit 111775e

Browse files
authored
Update hatchling to 1.28.0 (#879)
* Update pyproject.toml * Update environment.yml * Update environment-integration.yml * Update environment-mini.yml * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment-win.yml
1 parent 0bb1f16 commit 111775e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- flux-core =0.81.0
1313
- flux-pmix =0.6.0
1414
- gpaw =25.7.0
15-
- hatchling =1.27.0
15+
- hatchling =1.28.0
1616
- hatch-vcs =0.5.0
1717
- ipython =9.0.2
1818
- matplotlib =3.10.6

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- cloudpickle =3.1.0
7-
- hatchling =1.27.0
7+
- hatchling =1.28.0
88
- hatch-vcs =0.5.0
99
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- mpich
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.27.0
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.27.0
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- msmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.27.0
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cloudpickle =3.1.2
88
- flux-core =0.81.0
99
- flux-pmix =0.6.0
10-
- hatchling =1.27.0
10+
- hatchling =1.28.0
1111
- hatch-vcs =0.5.0
1212
- h5py =3.15.1
1313
- ipython =9.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.27.0",
3+
"hatchling==1.28.0",
44
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.2",
66
"pyzmq==27.1.0",

0 commit comments

Comments
 (0)