Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
tensorflow
|
3 |
-
lime
|
4 |
-
numpy
|
5 |
pandas
|
6 |
-
|
7 |
scikit-learn
|
|
|
|
|
|
1 |
+
streamlit==1.27.2
|
2 |
+
tensorflow==2.17.0
|
|
|
|
|
3 |
pandas
|
4 |
+
numpy
|
5 |
scikit-learn
|
6 |
+
pickle5
|
7 |
+
|