From b867d394d11808f1de60d610f181d1439f9fd9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:44:50 +0000 Subject: [PATCH] Bump scipy from 1.8.1 to 1.10.0 in /.circleci/docker Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .circleci/docker/requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/docker/requirements-ci.txt b/.circleci/docker/requirements-ci.txt index 018a7f6544f..0cdc9bbe7ca 100644 --- a/.circleci/docker/requirements-ci.txt +++ b/.circleci/docker/requirements-ci.txt @@ -210,7 +210,7 @@ scikit-image #test that import: scipy==1.6.3 ; python_version < "3.10" -scipy==1.8.1 ; python_version == "3.10" +scipy==1.10.0 ; python_version == "3.10" # Pin SciPy because of failing distribution tests (see #60347) #Description: scientific python #Pinned versions: 1.6.3