Skip to content

Commit

Permalink
Merge pull request #423 from pyiron/dependabot/pip/mpi4py-4.0.1
Browse files Browse the repository at this point in the history
Bump mpi4py from 4.0.0 to 4.0.1
jan-janssen authored Oct 14, 2024
2 parents 0705bcc + 17d4c4b commit 2a2dca3
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ dependencies:
- numpy
- openmpi
- cloudpickle =3.0.0
- mpi4py =4.0.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core
- jupyter-book =1.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ dependencies:
- numpy
- mpich
- cloudpickle =3.0.0
- mpi4py =4.0.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- matplotlib =3.9.2
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ dependencies:
- numpy
- openmpi
- cloudpickle =3.0.0
- mpi4py =4.0.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- matplotlib =3.9.2
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ dependencies:
- numpy
- msmpi
- cloudpickle =3.0.0
- mpi4py =4.0.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- matplotlib =3.9.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ Documentation = "https://executorlib.readthedocs.io"
Repository = "https://github.com/pyiron/executorlib"

[project.optional-dependencies]
mpi = ["mpi4py==4.0.0"]
mpi = ["mpi4py==4.0.1"]
hdf = [
"h5py==3.11.0",
]

0 comments on commit 2a2dca3

Please sign in to comment.