Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
-
|
| 3 |
-
transformers>=4.36.0
|
| 4 |
-
gliner
|
| 5 |
-
spacy>=3.4.0
|
| 6 |
-
flair
|
| 7 |
-
pandas
|
| 8 |
numpy
|
| 9 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
| 10 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.2/en_core_web_trf-3.7.2-py3-none-any.whl
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
pandas==2.1.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy
|
|
|
|
|
|