From 3ff3ac88a0c1a8f1256c4dba1f84ae4ef32d7ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:01:07 +0000 Subject: [PATCH] pip prod(deps): update mpi4py requirement from <3.1.6 to <3.1.7 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...3.1.6) --- 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 4323182cfff..787cc8fb5ad 100644 --- a/requirements-mpi.txt +++ b/requirements-mpi.txt @@ -1,2 +1,2 @@ -mpi4py<3.1.6 +mpi4py<3.1.7 ipyparallel<8.9 \ No newline at end of file