Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
ea41e13a
Commit
ea41e13a
authored
Mar 04, 2019
by
Fize Jacques
Browse files
Add gensim to requirements
parent
90505e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ea41e13a
...
...
@@ -58,7 +58,7 @@ this_directory = path.abspath(path.dirname(__file__))
with
open
(
path
.
join
(
this_directory
,
'README.md'
),
encoding
=
'utf-8'
)
as
f
:
long_description
=
f
.
read
()
requirements
=
[
"numpy"
,
"networkx"
,
"scipy"
,
'scikit-learn'
,
'tqdm'
,
'pandas'
,
"joblib"
]
requirements
=
[
"numpy"
,
"networkx"
,
"scipy"
,
'scikit-learn'
,
'tqdm'
,
'pandas'
,
"joblib"
,
"gensim"
]
setup
(
name
=
"GMatch4py"
,
author
=
"Jacques Fize"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment