Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Nov 10, 2020
1 parent 23ab5cb commit e4615a2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,17 @@
'umap-learn',
'hdbscan',
'wordcloud',
'tensorflow',
'tensorflow_hub',
'tensorflow_text',
'torch',
'sentence_transformers',
],
],
extras_require={
sentence_encoders=[
'tensorflow',
'tensorflow_hub',
'tensorflow_text',
],
sentence_transformers=[
'torch',
'sentence_transformers',
],
},
python_requires='>=3.6',
)

0 comments on commit e4615a2

Please sign in to comment.