loayshabet commited on
Commit
b9d0120
·
verified ·
1 Parent(s): 1fa4780

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- transformers
2
- gradio
3
- feedparser
4
- torch
5
- beautifulsoup4
 
1
+ transformers>=4.0.0
2
+ gradio>=3.0.0
3
+ feedparser>=6.0.0
4
+ torch>=1.8.0
5
+ beautifulsoup4>=4.9.0