Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -11
requirements.txt
CHANGED
@@ -3,18 +3,10 @@ numpy==1.26.4
|
|
3 |
matplotlib
|
4 |
pillow
|
5 |
gradio
|
6 |
-
|
7 |
-
Flask-Cors==4.0.0
|
8 |
pandas==2.2.1
|
9 |
scikit-learn==1.4.1.post1
|
10 |
-
|
11 |
-
Jinja2==3.1.3
|
12 |
-
joblib==1.3.2
|
13 |
MarkupSafe==2.1.5
|
14 |
-
|
15 |
-
pytz==2024.1
|
16 |
scipy==1.12.0
|
17 |
-
six==1.16.0
|
18 |
-
threadpoolctl==3.3.0
|
19 |
-
tzdata==2024.1
|
20 |
-
Werkzeug==3.0.1
|
|
|
3 |
matplotlib
|
4 |
pillow
|
5 |
gradio
|
6 |
+
|
|
|
7 |
pandas==2.2.1
|
8 |
scikit-learn==1.4.1.post1
|
9 |
+
|
|
|
|
|
10 |
MarkupSafe==2.1.5
|
11 |
+
|
|
|
12 |
scipy==1.12.0
|
|
|
|
|
|
|
|