Skip to content

Commit

Permalink
Merge pull request #236 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 Aug 2, 2024
2 parents d2895e4 + bee5f7e commit 82a13a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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=*_mpi_mpich_*
- mpich =4.2.2
- numpy =1.26.4
- mpi4py =3.1.6
- mpi4py =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
4 changes: 2 additions & 2 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
dependencies:
- coverage
- lammps =2024.06.27=*_mpi_openmpi_*
- openmpi =4.1.6
- openmpi =5.0.5
- 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 82a13a7

Please sign in to comment.