Commit
·
db8ef2d
1
Parent(s):
0e6e6cc
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
spacy==3.2.0
|
2 |
-
streamlit
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
torch
|
|
|
1 |
+
spacy==3.2.0
|
2 |
+
streamlit
|
3 |
+
altair<5
|
4 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
|
5 |
+
more_itertools
|
6 |
+
sentence_transformers
|
7 |
torch
|