Skip to content

Commit

Permalink
Merge pull request #232 from pyiron/dependabot/pip/mpi4py-4.0.0
Browse files Browse the repository at this point in the history
Bump mpi4py from 3.1.6 to 4.0.0
  • Loading branch information
jan-janssen authored Jul 29, 2024
2 parents 5eb91e1 + 369cbd0 commit 37d2352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- lammps =2024.06.27
- mpich
- numpy =1.26.4
- mpi4py =3.1.6
- mpi4py =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- lammps =2024.06.27
- openmpi
- numpy =1.26.4
- mpi4py =3.1.6
- mpi4py =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- openmpi
- numpy =1.26.4
- lammps =2024.06.27
- mpi4py =3.1.6
- mpi4py =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"mpi4py==3.1.6",
"mpi4py==4.0.0",
"executorlib==0.0.1",
"numpy==1.26.4",
]
Expand Down

0 comments on commit 37d2352

Please sign in to comment.