Update requirement.txt
Browse files- requirement.txt +7 -7
requirement.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
keras>=3.3.3
|
2 |
-
tensorflow>=2.16.1
|
3 |
-
opencv-python>=4.9.0.80
|
4 |
-
|
5 |
-
mediapipe>=0.10.14
|
6 |
-
uvicorn>=0.29.0
|
7 |
-
numpy>=1.26.4
|
8 |
pillow>=10.3.0
|
|
|
1 |
+
keras>=3.3.3
|
2 |
+
tensorflow>=2.16.1
|
3 |
+
opencv-python>=4.9.0.80
|
4 |
+
requests>=2.31.0
|
5 |
+
mediapipe>=0.10.14
|
6 |
+
uvicorn>=0.29.0
|
7 |
+
numpy>=1.26.4
|
8 |
pillow>=10.3.0
|