Ravilppcd07 commited on
Commit
8ed074d
·
verified ·
1 Parent(s): 8073274

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- transformers==4.34.0
2
- torch==2.0.1
3
- spacy==3.5.0
4
- textblob==0.17.1
5
- gradio==3.30.0
 
1
+ numpy>=1.21.6,<2.0.0
2
+ spacy>=3.5.0,<4.0.0
3
+ transformers>=4.0.0,<5.0.0
4
+ gradio>=3.0.0,<4.0.0
5
+