From 7a3aabd3b73677af702ac0108a99f2b7d2d4f8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:03:46 +0000 Subject: [PATCH] Bump scipy from 0.13.3 to 1.10.0 in /docs Bumps [scipy](https://github.com/scipy/scipy) from 0.13.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.13.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6eddae1..9be3093 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ ipython>=2.1.0 matplotlib==1.3.1 numpy==1.8.1 scikit-learn==0.15.1 -scipy==0.13.3 +scipy==1.10.0 nose==1.3.3 py_search>=1.0.1