Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
+
gradio>=4.19.2,<5.0
|
2 |
+
pandas>=2.0,<2.2
|
3 |
+
numpy>=1.25,<1.27
|
4 |
+
matplotlib>=3.8,<3.9
|
5 |
+
seaborn>=0.13,<0.14
|
6 |
+
fpdf2>=2.7,<2.8
|
7 |
+
openpyxl>=3.1,<3.2
|
8 |
+
lxml>=5.1,<5.2
|
9 |
+
html5lib>=1.1,<2.0
|
10 |
+
PyPDF2>=3.0,<3.1
|
11 |
+
python-dateutil>=2.8,<2.9
|
12 |
+
setuptools>=65.5.1
|
13 |
+
wheel>=0.41.2
|