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