We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3b7b commit 26bce58Copy full SHA for 26bce58
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="gl-coarsener", # Replace with your own username
8
- version="1.1",
+ version="2.0.0",
9
author="Reza Namazi",
10
author_email="rezanmz@ymail.com",
11
description="GL-Coarsener, a graph learning based coarsening method",
@@ -15,7 +15,7 @@
15
long_description_content_type="text/markdown",
16
url="https://github.com/rezanmz/GL-Coarsener",
17
packages=setuptools.find_packages(),
18
- install_requires=['node2vec', 'scipy',
+ install_requires=['fastnode2vec', 'scipy',
19
'numpy', 'networkx', 'scikit-learn'],
20
classifiers=[
21
"Programming Language :: Python :: 3",
0 commit comments