From e04af06153788ff75f004174a4daeb946d476d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:03:24 +0000 Subject: [PATCH] build(deps): update mpi4py requirement from >=3.1.4 to >=4.1.1 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/3.1.4...4.1.1) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1987b6ab..1c430fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "ray[default]>=2.5.1", "pandas>=2.0.2", "seaborn>=0.12.2", - "mpi4py>=3.1.4", + "mpi4py>=4.1.1", ] requires-python = ">=3.8"