Skip to content

Commit 37d2352

Browse files
authored
Merge pull request #232 from pyiron/dependabot/pip/mpi4py-4.0.0
Bump mpi4py from 3.1.6 to 4.0.0
2 parents 5eb91e1 + 369cbd0 commit 37d2352

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.06.27
66
- mpich
77
- numpy =1.26.4
8-
- mpi4py =3.1.6
8+
- mpi4py =4.0.0
99
- executorlib =0.0.1
1010
- ase =3.23.0
1111
- scipy =1.14.0

.ci_support/environment-openmpi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- lammps =2024.06.27
66
- openmpi
77
- numpy =1.26.4
8-
- mpi4py =3.1.6
8+
- mpi4py =4.0.0
99
- executorlib =0.0.1
1010
- ase =3.23.0
1111
- scipy =1.14.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.06.27
7-
- mpi4py =3.1.6
7+
- mpi4py =4.0.0
88
- executorlib =0.0.1
99
- ase =3.23.0
1010
- scipy =1.14.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.6",
27+
"mpi4py==4.0.0",
2828
"executorlib==0.0.1",
2929
"numpy==1.26.4",
3030
]

0 commit comments

Comments
 (0)