Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.23.1
|
2 |
+
matplotlib==3.7.1
|
3 |
+
XlsxWriter==3.1.0
|
4 |
+
seaborn==0.12.2
|
5 |
+
protobuf==3.20.1
|
6 |
+
pandas==2.0.2
|
7 |
+
pip==23.1.2
|
8 |
+
linearmodels==4.30
|
9 |
+
numpy==1.24.3
|
10 |
+
scikit-learn==1.2.2
|