Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
scikit-learn==1.3.0
|
| 5 |
+
statsmodels==0.14.0
|
| 6 |
+
plotly==5.16.1
|
| 7 |
+
matplotlib==3.7.2
|
| 8 |
+
seaborn==0.12.2
|
| 9 |
+
torch==2.0.1
|
| 10 |
+
transformers==4.32.1
|
| 11 |
+
sentence-transformers==2.2.2
|
| 12 |
+
tsfresh==0.20.1
|
| 13 |
+
pmdarima==2.0.3
|
| 14 |
+
prophet==1.1.4
|
| 15 |
+
pyyaml==6.0.1
|