From 5979ca2c2d5f491e70818cbff58bf9e9360ae72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:41:48 +0000 Subject: [PATCH] Bump scipy from 1.6.3 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.6.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multivis.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multivis.egg-info/requires.txt b/multivis.egg-info/requires.txt index 4b2c25b..614478b 100644 --- a/multivis.egg-info/requires.txt +++ b/multivis.egg-info/requires.txt @@ -6,7 +6,7 @@ seaborn==0.11.1 networkx==2.4.0 statsmodels==0.12.2 scikits-bootstrap==1.0.1 -scipy==1.6.3 +scipy==1.10.0 scikit-learn==0.24.2 tqdm==4.36.1 xlrd==1.2.0 diff --git a/setup.py b/setup.py index 8504b28..08343e2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): "networkx==2.4.0", "statsmodels==0.12.2", "scikits-bootstrap==1.0.1", - "scipy==1.6.3", + "scipy==1.10.0", "scikit-learn==0.24.2", "tqdm==4.36.1", "xlrd==1.2.0"],