diff --git a/setup.py b/setup.py index c0c9c26..50a32ca 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "graph-sampling", "sampling", "random-walk", "forest-fire", "embedding", "network", "deepwalk", "graph2vec", "node2vec", "deep", "learning", "louvain", "machine-learning", "deep-learning", "deeplearning"], - install_requires=[ + install_requires = [ "networkx", "tqdm", "python-louvain",