Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|