Skip to content
Snippets Groups Projects
Commit 70b15f33 authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

remove umap from requirementes

parent baf9e429
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,5 @@ setup( ...@@ -13,5 +13,5 @@ setup(
description=metainfo['title'], description=metainfo['title'],
long_description=metainfo['description'], long_description=metainfo['description'],
packages=find_packages(), packages=find_packages(),
install_requires=['numpy', 'pandas','plotly', 'scikit-learn', 'umap-learn'], install_requires=['numpy', 'pandas','plotly', 'scikit-learn'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment