Spaces:
Build error
Build error
Update requirement.txt
Browse files- requirement.txt +22 -0
requirement.txt
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.2
|
| 2 |
+
spacy==3.6.0
|
| 3 |
+
blis==0.7.9
|
| 4 |
+
catalogue==2.0.9
|
| 5 |
+
click==8.1.3
|
| 6 |
+
cython==3.0.0
|
| 7 |
+
murmurhash==1.0.10
|
| 8 |
+
numpy==1.24.3
|
| 9 |
+
packaging==23.0
|
| 10 |
+
preshed==3.0.8
|
| 11 |
+
pydantic==1.10.8
|
| 12 |
+
regex==2023.6.3
|
| 13 |
+
requests==2.31.0
|
| 14 |
+
setuptools==68.0.0
|
| 15 |
+
spacy-legacy==3.0.12
|
| 16 |
+
srsly==2.4.8
|
| 17 |
+
thinc==8.1.10
|
| 18 |
+
tqdm==4.65.0
|
| 19 |
+
typer==0.7.0
|
| 20 |
+
wasabi==1.1.2
|
| 21 |
+
jinja2==3.1.2
|
| 22 |
+
Werkzeug==2.3.6
|