Spaces:
Runtime error
Runtime error
Commit
·
8413b1c
1
Parent(s):
1fc4951
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib==3.3.4
|
2 |
+
numpy==1.22.4
|
3 |
+
pandas==1.2.4
|
4 |
+
pmdarima==2.0.3
|
5 |
+
scipy==1.6.2
|
6 |
+
seaborn==0.11.1
|
7 |
+
scikit-learn==0.24.1
|
8 |
+
xgboost==1.7.3
|
9 |
+
streamlit==1.23.1
|