Skip to content

Commit c9b6364

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump mpi4py from 4.1.0 to 4.1.1 (#841)
* Bump mpi4py from 4.1.0 to 4.1.1 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](mpi4py/mpi4py@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent 305ee69 commit c9b6364

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
- cloudpickle =3.1.1
1414
- h5py =3.14.0
1515
- jupyter-book =1.0.0
16-
- mpi4py =4.1.0
16+
- mpi4py =4.1.1
1717
- python =3.12
1818
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.1.0
12+
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pysqa =0.3.2

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.1.0
12+
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pysqa =0.3.2

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.1.0
12+
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pyzmq =27.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- h5py =3.12.1
1313
- ipython =9.0.2
1414
- matplotlib =3.10.0
15-
- mpi4py =4.1.0
15+
- mpi4py =4.1.1
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
1818
- pysqa =0.3.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ graphnotebook = [
5050
"networkx==3.4.2",
5151
"ipython==9.0.2",
5252
]
53-
mpi = ["mpi4py==4.1.0"]
53+
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
5555
"pysqa==0.3.2",
5656
"h5py==3.14.0",
5757
]
5858
all = [
59-
"mpi4py==4.1.0",
59+
"mpi4py==4.1.1",
6060
"pysqa==0.3.2",
6161
"h5py==3.14.0",
6262
"pygraphviz==1.14",

0 commit comments

Comments
 (0)