Skip to content

Commit

Permalink
updated igraph version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdingliang committed Apr 11, 2019
1 parent a3f7382 commit 3c25b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 3c25b12

Please sign in to comment.