From 88a4f587a33322774fc35d503e39bab0ee10a4a2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:41:54 -0600 Subject: [PATCH 1/8] Update mpi4py version to 4.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47f04e28..9241cf71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ graphnotebook = [ "networkx==3.6.1", "ipython==9.9.0", ] -mpi = ["mpi4py==4.1.1"] +mpi = ["mpi4py==4.1.2"] cluster = [ "pysqa==0.4.1", "h5py==3.16.0", From 19e0f29fa81b57faeee3f1f0cb034ca94761c027 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:42:13 -0600 Subject: [PATCH 2/8] Update mpi4py version to 4.1.2 --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 7874f71a..7b0a6e14 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -12,7 +12,7 @@ dependencies: - h5py =3.16.0 - ipython =9.9.0 - matplotlib =3.10.0 -- mpi4py =4.1.1 +- mpi4py =4.1.2 - networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.4.1 From d18618ddf8e146a9d303fd061dde079d9e32fa71 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:42:44 -0600 Subject: [PATCH 3/8] Update environment-docs.yml --- .ci_support/environment-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 33c2da6e..fa99f06e 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -14,7 +14,7 @@ dependencies: - cloudpickle =3.1.2 - h5py =3.16.0 - jupyter-book =1.0.0 -- mpi4py =4.1.1 +- mpi4py =4.1.2 - python =3.12 - pydantic =2.13.4 - pyzmq =27.1.0 From 36e11f3686333fb8f95a4f164250c3b2e16ae2a0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:43:02 -0600 Subject: [PATCH 4/8] Update mpi4py version to 4.1.2 --- .ci_support/environment-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 8be209a3..7dd282f5 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -3,7 +3,7 @@ channels: dependencies: - h5py =3.16.0 - jupyter -- mpi4py =4.1.1 +- mpi4py =4.1.2 - numpy =2.3.5 - openmpi - papermill From 525cc02128a8db89697ec7d523e9e9595463ddaf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:43:22 -0600 Subject: [PATCH 5/8] Update mpi4py version to 4.1.2 --- .ci_support/environment-mpich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 7dd384b6..2b2862b7 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 - ipython =9.9.0 -- mpi4py =4.1.1 +- mpi4py =4.1.2 - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 From 532c474b1c07abaf3b379df3ce07c087880d3150 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:43:36 -0600 Subject: [PATCH 6/8] Update mpi4py version to 4.1.2 --- .ci_support/environment-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 9044a52a..ff277012 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 - ipython =9.9.0 -- mpi4py =4.1.1 +- mpi4py =4.1.2 - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 From 5c6f8181f4121fa8209be21eb20569da6870b468 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 10:43:49 -0600 Subject: [PATCH 7/8] Update mpi4py version to 4.1.2 --- .ci_support/environment-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 3dde66fb..1a2c214a 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 - ipython =9.9.0 -- mpi4py =4.1.1 +- mpi4py =4.1.2 - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 From 0ca158e4f32bef81f5bd3e5d0dbb3810a6825d53 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 May 2026 11:02:05 -0600 Subject: [PATCH 8/8] Update mpi4py version to 4.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9241cf71..ec5f91eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ validation = [ "pydantic==2.13.4", ] all = [ - "mpi4py==4.1.1", + "mpi4py==4.1.2", "pysqa==0.4.1", "h5py==3.16.0", "pydantic==2.13.4",