Skip to content

Commit

Permalink
updating umap and hdbscan dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Feb 12, 2021
1 parent 54e222f commit abb917c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"Operating System :: OS Independent",
],
install_requires=[
'numpy == 1.20.0',
'joblib < 1.0.0',
#'numpy == 1.20.0',
#'joblib < 1.0.0',
'pandas',
'gensim',
'pynndescent >= 0.4',
'umap-learn',
'hdbscan',
#'pynndescent >= 0.4',
'umap-learn >= 0.5.1',
'hdbscan >= 0.8.27',
'wordcloud',
],
extras_require={
Expand Down

0 comments on commit abb917c

Please sign in to comment.