From ec16c79f195760c82eb9d6f1195ef5f380c0d288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:31:18 +0000 Subject: [PATCH] Bump scipy from 1.6.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.6.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 06951e4..3d3eac8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-dateutil==2.8.1 pytz==2020.5 six==1.15.0 pandas==1.2.1 -scipy==1.6.0 +scipy==1.10.0 patsy==0.5.1 statsmodels==0.12.2 cycler==0.10.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f023bb7..93ecb5b --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=[ 'numpy==1.19.5', 'pandas==1.2.1', - 'scipy==1.6.0', + 'scipy==1.10.0', 'statsmodels==0.12.2', 'matplotlib==3.3.4', 'seaborn==0.11.1'