From 8ff9604fdf098a69d6716f105553a027ee0fb9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:41:06 +0000 Subject: [PATCH] pip prod(deps): update mpi4py requirement from <4.0.1 to <4.0.2 Updates the requirements on [mpi4py](https://github.com/mpi4py/mpi4py) to permit the latest version. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/4.0.1/CHANGES.rst) - [Commits](https://github.com/mpi4py/mpi4py/compare/1.0...4.0.1) --- updated-dependencies: - dependency-name: mpi4py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-mpi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mpi.txt b/requirements-mpi.txt index b1dcf27721..98557789c5 100644 --- a/requirements-mpi.txt +++ b/requirements-mpi.txt @@ -1,2 +1,2 @@ -mpi4py<4.0.1 +mpi4py<4.0.2 ipyparallel<8.9 \ No newline at end of file