Skip to content

Commit

Permalink
changing setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Feb 7, 2021
1 parent b4bb5af commit 7668be4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
"Operating System :: OS Independent",
],
install_requires=[
'numpy',
'numpy == 1.19.2',
'joblib < 1.0.0',
'pandas',
'gensim',
'pynndescent >= 0.4',
'umap-learn',
'hdbscan',
'wordcloud',
'joblib < 1.0.0',
'numpy == 1.19.2',
],
extras_require={
'sentence_encoders': [
Expand Down

0 comments on commit 7668be4

Please sign in to comment.