Zoe911 commited on
Commit
8788664
·
verified ·
1 Parent(s): acdee66

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio==5.20.0
2
- spacy==3.8.0
3
- python-dateutil==2.9.0
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