Skip to content

Commit 618c77c

Browse files
authored
Update numpy to 2.4.2 (#895)
* Update environment-mini.yml * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment-win.yml
1 parent 1f88c85 commit 618c77c

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)