From 9f1a8bf87b1fcfd590dc2d958d4ed18778ca6422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:17:46 +0000 Subject: [PATCH] Bump scipy in /3_scipy/scipy-lectures.github.com-master/_downloads Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../_downloads/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_scipy/scipy-lectures.github.com-master/_downloads/requirements.txt b/3_scipy/scipy-lectures.github.com-master/_downloads/requirements.txt index d5790b4..1b97590 100644 --- a/3_scipy/scipy-lectures.github.com-master/_downloads/requirements.txt +++ b/3_scipy/scipy-lectures.github.com-master/_downloads/requirements.txt @@ -1,7 +1,7 @@ # This file is structured in a specific way please include all conda installable # libraries before the special comment marked `# For conda, pip installable:` numpy>=1.13,<1.17 -scipy==0.19.1 +scipy==1.10.0 scikit-learn==0.23 matplotlib>=2.0,<3.0 scikit-image>=0.14,<0.15