Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
spacy
|
| 3 |
-
python-dateutil
|
| 4 |
typer>=0.12,<1.0
|
| 5 |
-
en_core_web_sm
|
| 6 |
|
|
|
|
| 1 |
+
gradio>=4.0,<5.0
|
| 2 |
+
spacy>=3.8.0,<4.0
|
| 3 |
+
python-dateutil>=2.9.0,<3.0
|
| 4 |
typer>=0.12,<1.0
|
|
|
|
| 5 |
|