Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
1 |
ydata-profiling>=4.11.0
|
2 |
sweetviz>=2.3.1
|
3 |
-
|
4 |
-
|
5 |
-
numpy>=1.26.4
|
6 |
-
matplotlib>=3.9.2
|
7 |
-
seaborn>=0.13.2
|
|
|
1 |
+
gradio>=4.19.2
|
2 |
+
pandas>=1.5.3,<2.0.0
|
3 |
+
numpy>=1.23.5,<2.0.0
|
4 |
ydata-profiling>=4.11.0
|
5 |
sweetviz>=2.3.1
|
6 |
+
matplotlib>=3.7.1
|
7 |
+
seaborn>=0.12.2
|
|
|
|
|
|