From 3c25b121101be3309c1bcba334cf7ff70a8abeb5 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 11 Apr 2019 14:07:32 -0500 Subject: [PATCH] updated igraph version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f674fe7..edd5401 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.14.2 argparse==1.1 -python-igraph==0.7.1 +python-igraph==0.7.1.post7 scipy==1.0.1 XlsxWriter==1.0.2 pandas==0.22.0 diff --git a/setup.py b/setup.py index 33408b8..2dc9bdb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires=[ "pandas >= 0.22.0", "numpy >= 1.14.2", - "python-igraph == 0.7.1", + "python-igraph == 0.7.1.post7", "scipy == 1.0.1", "XlsxWriter == 1.0.2", ],