Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# see environments.yml
|
2 |
-
|
3 |
-
pandas
|
4 |
-
spacy
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
-
transformers[torch]
|
7 |
-
nltk
|
8 |
-
sentence_transformers
|
9 |
-
altair
|
|
|
1 |
# see environments.yml
|
2 |
+
nump==1.22.3
|
3 |
+
pandas
|
4 |
+
spacy
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
+
transformers[torch]
|
7 |
+
nltk
|
8 |
+
sentence_transformers
|
9 |
+
altair
|