hchevva commited on
Commit
4a01f30
·
verified ·
1 Parent(s): 50467c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
- gradio==5.38.0
2
- pandas==2.2.3
3
- numpy==2.1.3
4
- nltk==3.9.1
5
- pypdf==5.1.0
6
- scikit-learn==1.5.2
7
- matplotlib==3.9.2
8
- seaborn==0.13.2
9
- wordcloud==1.9.3
10
- pillow==10.4.0
11
- sumy==0.11.0
 
1
+ gradio>=5.0.0
2
+ pandas>=2.0.0
3
+ numpy>=2.0.0
4
+ pypdf>=5.0.0
5
+ scikit-learn>=1.4.0
6
+ openai>=1.0.0