Spaces:
Sleeping
Sleeping
judebebo32
commited on
Commit
•
1eef5e1
1
Parent(s):
4e3d592
Update requirement.txt
Browse files- requirement.txt +4 -4
requirement.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
scikit-learn
|
4 |
openpyxl
|
5 |
-
pickle-mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openpyxl
|
2 |
+
pickle-mixin
|
3 |
+
streamlit==1.3.0
|
4 |
+
pandas==1.3.3
|
5 |
+
scikit-learn==0.24.2
|