Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
streamlit #==1.18.0
|
2 |
-
google.generativeai
|
3 |
-
opencv-python-headless ##==4.5.5.64
|
4 |
-
Pillow #==8.4.0
|
5 |
-
deepface #==0.0.75
|
6 |
-
python-dotenv #==0.19.2
|
7 |
-
numpy #=1.23.4
|
8 |
-
|
|
|
1 |
+
streamlit #==1.18.0
|
2 |
+
google.generativeai
|
3 |
+
opencv-python-headless ##==4.5.5.64
|
4 |
+
Pillow #==8.4.0
|
5 |
+
deepface #==0.0.75
|
6 |
+
python-dotenv #==0.19.2
|
7 |
+
numpy #=1.23.4
|
8 |
+
tf-keras
|