Skip to content

Commit

Permalink
Merge pull request #91 from serralba/master
Browse files Browse the repository at this point in the history
Changed setup and README networkx==2.4
  • Loading branch information
palash1992 authored Mar 23, 2020
2 parents 79be7fd + 181e0b7 commit 5da6632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The graphs are saved using `nx.write_gpickle` in the networkx format and can be
## Dependencies
GEM is tested to work on Python 2.7 and Python 3.6

The required dependencies are: Numpy >= 1.12.0, SciPy >= 0.19.0, Networkx == 1.11, Scikit-learn >= 0.18.1.
The required dependencies are: Numpy >= 1.12.0, SciPy >= 0.19.0, Networkx == 2.4, Scikit-learn >= 0.18.1.

To run SDNE, GEM requires Theano >= 0.9.0 and Keras = 2.0.2.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
INSTALL_REQUIRES = (
'numpy>=1.12.0',
'scipy>=0.19.0',
'networkx==1.11',
'networkx==2.4',
'matplotlib>=2.0.0',
'scikit-learn>=0.21.2',
'theano>=0.9.0',
Expand Down

0 comments on commit 5da6632

Please sign in to comment.