Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
nltk==3.4
|
2 |
+
Vocabulary==1.0.4
|
3 |
+
jsonschema==3.0.1
|
4 |
+
ujson==1.35
|
5 |
+
spacy==2.0.18
|
6 |
+
numpy==1.15.4
|
7 |
+
scipy==1.2.0
|
8 |
+
sematch==1.0.4
|