Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
--- START OF FILE requirements.txt ---
|
2 |
gradio>=3.0
|
3 |
tensorflow>=2.10 # Or specific version if needed, e.g., tensorflow==2.16.1
|
4 |
opencv-python>=4.6
|
5 |
ultralytics>=8.0
|
6 |
numpy>=1.22
|
7 |
-
matplotlib>=3.6 # Needed for debug plots in Fight_detec_func if debug=True
|
8 |
-
--- END OF FILE requirements.txt ---
|
|
|
|
|
1 |
gradio>=3.0
|
2 |
tensorflow>=2.10 # Or specific version if needed, e.g., tensorflow==2.16.1
|
3 |
opencv-python>=4.6
|
4 |
ultralytics>=8.0
|
5 |
numpy>=1.22
|
6 |
+
matplotlib>=3.6 # Needed for debug plots in Fight_detec_func if debug=True
|
|