Commit ea41e13a authored by Fize Jacques's avatar Fize Jacques
Browse files

Add gensim to requirements

1 merge request!5Add new version : Graph Extension, Parallelization, Graph Embedding, Performance enhanced
Showing with 1 addition and 1 deletion
+1 -1
...@@ -58,7 +58,7 @@ this_directory = path.abspath(path.dirname(__file__)) ...@@ -58,7 +58,7 @@ this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read() long_description = f.read()
requirements=["numpy","networkx","scipy",'scikit-learn','tqdm','pandas',"joblib"] requirements=["numpy","networkx","scipy",'scikit-learn','tqdm','pandas',"joblib","gensim"]
setup( setup(
name="GMatch4py", name="GMatch4py",
author="Jacques Fize", author="Jacques Fize",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment