Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
+
dash>=2.9.3
|
2 |
+
dash-bootstrap-components>=1.4.1
|
3 |
+
dash-core-components>=2.0.0
|
4 |
+
dash-html-components>=2.0.0
|
5 |
+
plotly>=5.14.1
|
6 |
+
numpy>=1.23.5
|
7 |
+
pandas>=1.5.0
|
8 |
+
scipy>=1.10.0
|
9 |
+
advertools
|