From ff3494bf44ff9a41bfefff9569d1426de8590429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:58:47 +0000 Subject: [PATCH] Update pyscf requirement from ~=2.7.0 to ~=2.8.0 in /scripts/nb-tester 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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: pyscf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/nb-tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index b30fb99d84..7b8761425f 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -12,4 +12,4 @@ qiskit-addon-mpf~=0.2.0 qiskit-addon-aqc-tensor~=0.1.2 qiskit-addon-obp~=0.1.0 scipy~=1.15.0 -pyscf~=2.7.0 +pyscf~=2.8.0