Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
tensorflow
|
|
|
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
-
pillow
|
| 5 |
-
scikit-learn
|
| 6 |
-
h5py
|
| 7 |
-
pickle-mixin
|
|
|
|
| 1 |
+
tensorflow==2.15.0
|
| 2 |
+
streamlit
|
| 3 |
numpy
|
| 4 |
pandas
|
| 5 |
+
pillow
|
|
|
|
|
|
|
|
|