From ac5ec3b893f05f6d99cfb125c94bb807094846fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:04:56 +0000 Subject: [PATCH] Bump scipy from 0.15.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 0.15.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.15.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 535ed6d..eae057a 100644 --- a/setup.py +++ b/setup.py @@ -68,13 +68,13 @@ # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - #install_requires=['numpy==1.9.2', 'scipy==0.15.1', 'networkx==1.9.1', 'networkxgmml==0.1.3'], + #install_requires=['numpy==1.9.2', 'scipy==1.10.0', 'networkx==1.9.1', 'networkxgmml==0.1.3'], # The above is commented out, because the version of networkxgmml on PyPi throws an error # when parsing XGMML files from Genboree. # Until the pull request # https://github.com/informationsea/networkxxgmml/pull/1 # is accepted, you need to install the dependencies without networkxgmml: - install_requires=['numpy==1.9.2', 'scipy==0.15.1', 'networkx==1.9.1'], + install_requires=['numpy==1.9.2', 'scipy==1.10.0', 'networkx==1.9.1'], # And then install the ariutta fork of networkxgmml like this: # pip install https://github.com/ariutta/networkxxgmml/zipball/master