Spaces:
Sleeping
Sleeping
add requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.40.2
|
2 |
+
pandas==2.2.3
|
3 |
+
numpy==2.1.3
|
4 |
+
matplotlib==3.9.2
|
5 |
+
seaborn== 0.13.2
|
6 |
+
scikit-learn==1.5.2
|