Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -2,7 +2,6 @@ numpy
|
|
2 |
opencv_python
|
3 |
pandas
|
4 |
streamlit
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
h5py
|
|
|
2 |
opencv_python
|
3 |
pandas
|
4 |
streamlit
|
5 |
+
keras==2.12.0
|
6 |
+
tensorflow==2.12.0
|
7 |
+
tensorflow_intel==2.12.0
|
|