Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
Flask==2.3.3
|
2 |
-
pandas==2.0.3
|
3 |
-
numpy==1.24.3
|
4 |
-
scikit-learn==1.3.0
|
5 |
-
matplotlib==3.7.2
|
6 |
-
seaborn==0.12.2
|
7 |
-
|
|
|
|
1 |
+
Flask==2.3.3
|
2 |
+
pandas==2.0.3
|
3 |
+
numpy==1.24.3
|
4 |
+
scikit-learn==1.3.0
|
5 |
+
matplotlib==3.7.2
|
6 |
+
seaborn==0.12.2
|
7 |
+
plotly==5.17.0
|
8 |
+
Werkzeug==2.3.7
|