From ee31876c92913ed8d5e5bf2250d45a5f8ab57cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:47:56 +0000 Subject: [PATCH] Bump scipy from 1.3.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.3.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.3.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-analysis.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements-analysis.txt mode change 100755 => 100644 requirements.txt diff --git a/requirements-analysis.txt b/requirements-analysis.txt old mode 100755 new mode 100644 index 84884294..526fa63e --- a/requirements-analysis.txt +++ b/requirements-analysis.txt @@ -1,6 +1,6 @@ pandas numpy -scipy==1.3.1 +scipy==1.10.0 plotly==4.5.4 tqdm pyyaml diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 99b762a1..5a2a4a99 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pandas numpy -scipy==1.3.1 +scipy==1.10.0 plotly==4.5.4 tqdm pyyaml