Skip to content
Snippets Groups Projects
Commit 5020c4ed authored by Luc Giffon's avatar Luc Giffon
Browse files

add dependency to keras and scipy in setupy.py

parent 96bf4210
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ setup(
install_requires=['daiquiri',
'numpy',
'sklearn',
'numba'],
'numba',
'keras',
'scipy'],
# classifiers is needed for uploading package on pypi.
# The list of classifiers elements can be found at :
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment