From d0d5ed2768be87a1ab034cb889e79ade1885fcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:28:34 +0000 Subject: [PATCH] Update pyscf requirement from >=2.4 to >=2.14.0 Updates the requirements on [pyscf](https://github.com/pyscf/pyscf) to permit the latest version. - [Release notes](https://github.com/pyscf/pyscf/releases) - [Changelog](https://github.com/pyscf/pyscf/blob/master/CHANGELOG) - [Commits](https://github.com/pyscf/pyscf/compare/v2.4.0...v2.14.0) --- updated-dependencies: - dependency-name: pyscf dependency-version: 2.14.0 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..0da0742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ qiskit>=1.0,<2.0 qiskit-nature>=0.7 qiskit-ibm-runtime>=0.20 -pyscf>=2.4 +pyscf>=2.14.0 # HPC / parallel mpi4py>=3.1