Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scikit-learn==1.3.0
|
2 |
+
numpy==1.26.4
|
3 |
+
pandas==2.1.4
|
4 |
+
streamlit
|
5 |
+
matplotlib
|
6 |
+
plotly
|
7 |
+
seaborn
|