From a0e6c6f1cc85a7b4c66c392f7ea6aa5f99ccb1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:19:31 +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 4323182cff..787cc8fb5a 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