bhaskartripathi commited on
Commit
308aefd
·
verified ·
1 Parent(s): 1eda479

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- urllib3
2
- PyMuPDF==1.18.19
3
- numpy
4
- tensorflow-hub
5
- openai
6
- gradio
7
- scikit-learn
 
1
+ gradio>=4.44.1
2
+ tensorflow-hub>=0.12.0
3
+ tensorflow>=2.12.0
4
+ openai>=0.27.4
5
+ PyMuPDF>=1.22.3
6
+ numpy>=1.23.0
7
+ scikit-learn>=1.2.2