Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
dash==2.11.0
|
2 |
gunicorn==20.1.0
|
3 |
pandas==2.1.1
|
4 |
-
numpy==1.23.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
dash==2.11.0
|
2 |
gunicorn==20.1.0
|
3 |
pandas==2.1.1
|
4 |
+
numpy==1.23.5
|
5 |
+
plotly==5.24.1
|
6 |
+
requests==2.32.3
|
7 |
+
beautifulsoup4==4.12.2
|
8 |
+
scikit-learn==1.3.0
|
9 |
+
dash-bootstrap-components==1.3.0
|
10 |
+
dash-daq==0.5.0
|