Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
|
| 2 |
annif
|
| 3 |
beautifulsoup4==4.12.3
|
| 4 |
datasets==2.14.5
|
| 5 |
fasttext==0.9.3
|
| 6 |
-
gradio
|
| 7 |
iterative_stratification==0.1.7
|
| 8 |
nltk==3.8.1
|
| 9 |
numpy==1.24.4
|
|
@@ -17,5 +17,4 @@ swissparlpy==0.3.0
|
|
| 17 |
tqdm==4.66.1
|
| 18 |
transformers==4.39.3
|
| 19 |
spacy==3.7.4
|
| 20 |
-
huggingface_hub
|
| 21 |
-
requests
|
|
|
|
| 1 |
+
requests==2.32.2
|
| 2 |
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 |
tqdm==4.66.1
|
| 18 |
transformers==4.39.3
|
| 19 |
spacy==3.7.4
|
| 20 |
+
huggingface_hub==0.23.4
|
|
|