Spaces:
Runtime error
Runtime error
upload requeriments.txt
Browse files- requirements .txt +10 -0
requirements .txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.22.0
|
2 |
+
pyarrow==11.0.0
|
3 |
+
pandas==1.3.5
|
4 |
+
surprise==0.1
|
5 |
+
matplotlib==3.7.1
|
6 |
+
skforecast==0.9.0
|
7 |
+
|
8 |
+
IPython==7.29.0
|
9 |
+
Pillow==9.5.0
|
10 |
+
|