From 20baa26bb758e427bf2351b87d2182e3b05b75b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:20:03 +0000 Subject: [PATCH] Update mpi4py requirement from >=3.1 to >=4.1.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/master/CHANGES.rst) - [Commits](https://github.com/mpi4py/mpi4py/compare/3.1.0...4.1.2) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c58f89e..d7c0d07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ qiskit-ibm-runtime>=0.20 pyscf>=2.4 # HPC / parallel -mpi4py>=3.1 +mpi4py>=4.1.2 numpy>=1.24 scipy>=1.10