From 2a86aebebf74be0aba3b77672e5790718e1a2726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:01:37 +0000 Subject: [PATCH 1/6] Bump mpi4py from 3.1.4 to 3.1.5 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](https://github.com/mpi4py/mpi4py/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: mpi4py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f02c491..9331b686 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ packages=find_packages(exclude=["*tests*", "*.ci_support*"]), install_requires=[ 'cloudpickle==2.2.1', - 'mpi4py==3.1.4', + 'mpi4py==3.1.5', 'tqdm==4.66.1', 'pyzmq==24.0.1', ], From 595902ff541d67f505ce3ca6e117453fe40dd8b7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 4 Oct 2023 15:49:59 +0200 Subject: [PATCH 2/6] Update environment-mpich.yml --- .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 46e3b286..e5f40b21 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,6 +5,6 @@ dependencies: - numpy - mpich - cloudpickle =2.2.1 -- mpi4py =3.1.4 +- mpi4py =3.1.5 - tqdm =4.66.1 - pyzmq =24.0.1 From af70ceb88beffda7eacfd98c05f06a904c110fd3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 4 Oct 2023 15:50:10 +0200 Subject: [PATCH 3/6] Update environment-openmpi.yml --- .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 e4a2f862..7cb87df5 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,6 +5,6 @@ dependencies: - numpy - openmpi - cloudpickle =2.2.1 -- mpi4py =3.1.4 +- mpi4py =3.1.5 - tqdm =4.66.1 - pyzmq =24.0.1 From 16a3e724f8eed9e68348277c5ab82b9ab1b87631 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 4 Oct 2023 15:50:21 +0200 Subject: [PATCH 4/6] Update environment-win.yml --- .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 a7356492..6b93f026 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -5,6 +5,6 @@ dependencies: - numpy - msmpi - cloudpickle =2.2.1 -- mpi4py =3.1.4 +- mpi4py =3.1.5 - tqdm =4.66.1 - pyzmq =24.0.1 From 367b427d0e5ba9bcef91a276bba952db32b51486 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 17 Oct 2023 15:40:57 +0200 Subject: [PATCH 5/6] Update unittest-openmpi.yml --- .github/workflows/unittest-openmpi.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/unittest-openmpi.yml b/.github/workflows/unittest-openmpi.yml index 7a99f59d..5b1899ff 100644 --- a/.github/workflows/unittest-openmpi.yml +++ b/.github/workflows/unittest-openmpi.yml @@ -24,21 +24,6 @@ jobs: python-version: '3.11' label: linux-64-py-3-11-openmpi prefix: /usr/share/miniconda3/envs/my-env - - - operating-system: ubuntu-latest - python-version: '3.10' - label: linux-64-py-3-10-openmpi - prefix: /usr/share/miniconda3/envs/my-env - - - operating-system: ubuntu-latest - python-version: 3.9 - label: linux-64-py-3-9-openmpi - prefix: /usr/share/miniconda3/envs/my-env - - - operating-system: ubuntu-latest - python-version: 3.8 - label: linux-64-py-3-8-openmpi - prefix: /usr/share/miniconda3/envs/my-env steps: - uses: actions/checkout@v2 From 6c3a1c4293126232e4f9a21a981490007d410b75 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 19 Oct 2023 14:31:29 +0200 Subject: [PATCH 6/6] Update unittest-openmpi.yml --- .github/workflows/unittest-openmpi.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/unittest-openmpi.yml b/.github/workflows/unittest-openmpi.yml index 5b1899ff..616e4d74 100644 --- a/.github/workflows/unittest-openmpi.yml +++ b/.github/workflows/unittest-openmpi.yml @@ -25,6 +25,21 @@ jobs: label: linux-64-py-3-11-openmpi prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.10' + label: linux-64-py-3-10-openmpi + prefix: /usr/share/miniconda3/envs/my-env + + - operating-system: ubuntu-latest + python-version: 3.9 + label: linux-64-py-3-9-openmpi + prefix: /usr/share/miniconda3/envs/my-env + + - operating-system: ubuntu-latest + python-version: 3.8 + label: linux-64-py-3-8-openmpi + prefix: /usr/share/miniconda3/envs/my-env + steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2.2.0