From adca83ed2144831e7c5d233dc50a222ef78a37bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:05:43 +0000 Subject: [PATCH] Bump scipy from 0.16.0 to 1.10.0 in /build_tools/appveyor Bumps [scipy](https://github.com/scipy/scipy) from 0.16.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.16.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build_tools/appveyor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/appveyor/requirements.txt b/build_tools/appveyor/requirements.txt index 0b9c63f72789f..79f0c7bd20836 100644 --- a/build_tools/appveyor/requirements.txt +++ b/build_tools/appveyor/requirements.txt @@ -8,7 +8,7 @@ # of the rackspace folder instead of trying to install from more recent # source tarball published on PyPI numpy==1.9.3 -scipy==0.16.0 +scipy==1.10.0 cython nose nose-timer