Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,6 @@ annif
|
|
| 3 |
beautifulsoup4==4.12.3
|
| 4 |
datasets==2.14.5
|
| 5 |
fasttext==0.9.3
|
| 6 |
-
gradio<4
|
| 7 |
iterative_stratification==0.1.7
|
| 8 |
nltk==3.8.1
|
| 9 |
numpy==1.24.4
|
|
@@ -17,4 +16,9 @@ swissparlpy==0.3.0
|
|
| 17 |
tqdm==4.66.1
|
| 18 |
transformers==4.39.3
|
| 19 |
spacy==3.7.4
|
| 20 |
-
huggingface_hub==0.23.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
beautifulsoup4==4.12.3
|
| 4 |
datasets==2.14.5
|
| 5 |
fasttext==0.9.3
|
|
|
|
| 6 |
iterative_stratification==0.1.7
|
| 7 |
nltk==3.8.1
|
| 8 |
numpy==1.24.4
|
|
|
|
| 16 |
tqdm==4.66.1
|
| 17 |
transformers==4.39.3
|
| 18 |
spacy==3.7.4
|
| 19 |
+
huggingface_hub==0.23.4
|
| 20 |
+
|
| 21 |
+
# Fix for Gradio 3.x runtime stack
|
| 22 |
+
jinja2==3.0.3
|
| 23 |
+
starlette==0.27.0
|
| 24 |
+
fastapi==0.95.2
|