Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
streamlit
|
3 |
+
numpy
|
4 |
+
scipy==1.9.1
|
5 |
+
matplotlib==3.6.0
|
6 |
+
scikit-learn
|
7 |
+
altair==4.0
|