From ae3e2bdeead56dcb7b1a87e2f4e898114ff12577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:19:45 +0000 Subject: [PATCH] pip prod(deps): update mpi4py requirement from <4.0.3 to <4.0.4 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/master/CHANGES.rst) - [Commits](https://github.com/mpi4py/mpi4py/compare/1.0...4.0.3) --- 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 1359aebd6a..88f2878122 100644 --- a/requirements-mpi.txt +++ b/requirements-mpi.txt @@ -1,2 +1,2 @@ -mpi4py<4.0.3 +mpi4py<4.0.4 ipyparallel<9.1 \ No newline at end of file