Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -10
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
pandas==2.1.4
|
3 |
+
numpy==1.26.3
|
4 |
+
matplotlib==3.8.2
|
5 |
+
fpdf2==2.7.6
|
6 |
+
weasyprint==60.2
|
7 |
+
seaborn==0.13.1
|
8 |
+
openpyxl==3.1.2
|
9 |
+
lxml==5.1.0
|
10 |
+
html5lib==1.1
|
11 |
+
PyPDF2==3.0.1
|
12 |
+
python-dateutil==2.8.2
|