From 0fc9b3c4f902ddf55d9fbb65050f728402b42910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 01:05:00 +0000 Subject: [PATCH] Bump scipy from 1.7.3 to 1.8.0 in /extra_requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.8.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...v1.8.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extra_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index 7c576167f9..d35c6c23ed 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -32,7 +32,7 @@ pymongo==3.12.0 # Strax dependency pytest==6.2.5 pytest-cov==3.0.0 scikit-learn==1.0.2 -scipy==1.7.3 # Strax dependency +scipy==1.8.0 # Strax dependency tensorflow==2.8.0rc1; python_version<="3.9" tensorflow==2.8.0rc1; python_version=="3.10" tqdm==4.62.2