From 4d7d7e7634f010afc1f41073a113b26f78e3279d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:04:22 +0000 Subject: [PATCH] Bump scipy from 0.14.0 to 1.10.0 in /demo Bumps [scipy](https://github.com/scipy/scipy) from 0.14.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.14.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 862af87..cc01f2f 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,5 +1,5 @@ Theano==0.6.0 nose==1.3.4 numpy==1.9.0 -scipy==0.14.0 +scipy==1.10.0 msgpack-python==0.4.2