Skip to content

Commit 9b405d1

Browse files
authored
Merge branch 'main' into cancel_queue_job
2 parents e453560 + 618c77c commit 9b405d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python
5-
- numpy =2.4.1
5+
- numpy =2.4.2
66
- cloudpickle =3.1.0
77
- hatchling =1.28.0
88
- hatch-vcs =0.5.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python
5-
- numpy =2.4.1
5+
- numpy =2.4.2
66
- mpich
77
- cloudpickle =3.1.2
88
- h5py =3.15.1

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python
5-
- numpy =2.4.1
5+
- numpy =2.4.2
66
- openmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python
5-
- numpy =2.4.1
5+
- numpy =2.4.2
66
- msmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1

0 commit comments

Comments
 (0)