From a2a917464f632cb24f0a3c7f997ccdbfaaec1c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:05:30 +0000 Subject: [PATCH] Bump scipy from 0.16.0 to 1.10.0 in /vis 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] --- vis/optional_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 vis/optional_requirements.txt diff --git a/vis/optional_requirements.txt b/vis/optional_requirements.txt old mode 100755 new mode 100644 index e4534cef..a2b38408 --- a/vis/optional_requirements.txt +++ b/vis/optional_requirements.txt @@ -14,7 +14,7 @@ openpyxl>=1.6.2 pylint # Plotting tools. -scipy==0.16.0 +scipy==1.10.0 matplotlib==1.5.1 # For testing, coverage, stuff like that.