From d71dd94ec8e61ee837671c11c9c461fb2e3e33dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:06:09 +0000 Subject: [PATCH] Bump numpy from 1.9.2 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.9.2 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.9.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy 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..31d6c0a 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.21.0', 'scipy==0.15.1', '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.21.0', 'scipy==0.15.1', 'networkx==1.9.1'], # And then install the ariutta fork of networkxgmml like this: # pip install https://github.com/ariutta/networkxxgmml/zipball/master