From 2db95d58b804aca228212f94beecf17f7ae697a8 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 4 Mar 2020 10:45:38 +0000 Subject: [PATCH] fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',