Skip to content

Commit 94d2a12

Browse files
authored
Merge pull request #188 from pyiron/dependabot/pip/mpi4py-3.1.6
Bump mpi4py from 3.1.5 to 3.1.6
2 parents 8d70d97 + 301f0d6 commit 94d2a12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- lammps =2024.02.07
66
- mpich
77
- numpy =1.26.4
8-
- mpi4py =3.1.5
8+
- mpi4py =3.1.6
99
- pympipool =0.7.18
1010
- ase =3.22.1
1111
- scipy =1.13.0

.ci_support/environment-openmpi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- lammps =2024.02.07
66
- openmpi
77
- numpy =1.26.4
8-
- mpi4py =3.1.5
8+
- mpi4py =3.1.6
99
- pympipool =0.7.18
1010
- ase =3.22.1
1111
- scipy =1.13.0

binder/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- openmpi
55
- numpy =1.26.4
66
- lammps =2024.02.07
7-
- mpi4py =3.1.5
7+
- mpi4py =3.1.6
88
- pympipool =0.7.18
99
- ase =3.22.1
1010
- scipy =1.13.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
]
2626
dependencies = [
27-
"mpi4py==3.1.5",
27+
"mpi4py==3.1.6",
2828
"pympipool==0.7.18",
2929
"numpy==1.26.4",
3030
]

0 commit comments

Comments
 (0)