Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ numpy
|
|
2 |
pandas
|
3 |
Pillow
|
4 |
streamlit
|
5 |
-
keras
|
6 |
-
tensorflow==2.
|
7 |
matplotlib
|
|
|
2 |
pandas
|
3 |
Pillow
|
4 |
streamlit
|
5 |
+
keras==2.14.0
|
6 |
+
tensorflow==2.14.1
|
7 |
matplotlib
|