Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
numpy==1.23.5
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
pandas==1.5.3
|
5 |
+
pickle-mixin==1.0.2
|
6 |
+
Pillow==9.4.0
|