Skip to content

Commit 26bce58

Browse files
committed
Updated version and dependencies
1 parent 0af3b7b commit 26bce58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="gl-coarsener", # Replace with your own username
8-
version="1.1",
8+
version="2.0.0",
99
author="Reza Namazi",
1010
author_email="rezanmz@ymail.com",
1111
description="GL-Coarsener, a graph learning based coarsening method",
@@ -15,7 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/rezanmz/GL-Coarsener",
1717
packages=setuptools.find_packages(),
18-
install_requires=['node2vec', 'scipy',
18+
install_requires=['fastnode2vec', 'scipy',
1919
'numpy', 'networkx', 'scikit-learn'],
2020
classifiers=[
2121
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)