Skip to content

Commit 2a6296b

Browse files
Bump mpi4py from 4.0.1 to 4.1.0
Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.1 to 4.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99480fa commit 2a6296b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ graphnotebook = [
5151
"networkx==3.4.2",
5252
"ipython==9.0.2",
5353
]
54-
mpi = ["mpi4py==4.0.1"]
54+
mpi = ["mpi4py==4.1.0"]
5555
cluster = [
5656
"pysqa==0.2.6",
5757
"h5py==3.14.0",
5858
]
5959
all = [
60-
"mpi4py==4.0.1",
60+
"mpi4py==4.1.0",
6161
"pysqa==0.2.6",
6262
"h5py==3.14.0",
6363
"pygraphviz==1.14",

0 commit comments

Comments
 (0)