From ebe3bd2386313d299522c012a623a5a9a30740dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:52:30 +0000 Subject: [PATCH] Update scipy requirement from ~=1.16.1 to ~=1.16.2 in /scripts/nb-tester Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.1...v1.16.2) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.2 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 01eaf3dedb2..da7816f0b94 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -14,7 +14,7 @@ qiskit-addon-aqc-tensor[aer,quimb-jax]~=0.2.0 qiskit-addon-obp~=0.3.0 qiskit-addon-cutting~=0.10.0 qiskit-experiments~=0.12.0 -scipy~=1.16.1 +scipy~=1.16.2 scikit-learn~=1.7.2 pyscf~=2.10.0; sys.platform != 'win32' python-sat~=1.8.dev20