Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
pickle
|
4 |
+
streamlit
|
5 |
+
sklearn
|
6 |
+
scikit-learn==1.0.2
|
7 |
+
torch
|