Skip to content

Commit

Permalink
Bump mpi4py from 4.0.1 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/mpi4py/mpi4py/releases)
- [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst)
- [Commits](mpi4py/mpi4py@4.0.1...4.0.3)

---
updated-dependencies:
- dependency-name: mpi4py
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 4f9ef5f commit baf63ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ graphnotebook = [
"networkx==3.4.2",
"ipython==8.32.0",
]
mpi = ["mpi4py==4.0.1"]
mpi = ["mpi4py==4.0.3"]
cluster = [
"pysqa==0.2.3",
"h5py==3.13.0",
]
all = [
"mpi4py==4.0.1",
"mpi4py==4.0.3",
"pysqa==0.2.3",
"h5py==3.13.0",
"pygraphviz==1.14",
Expand Down

0 comments on commit baf63ad

Please sign in to comment.