diff --git a/setup.py b/setup.py index 133567a..ef548ee 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def git_version(): install_requires=[ 'numpy', 'scipy', - 'networkx=2.2' + 'networkx==2.2' ], author='Joseph Ortiz', author_email='joeaortiz16@gmail.com',