KillD00zer commited on
Commit
326c60d
·
verified ·
1 Parent(s): 8862f2a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- gradio>=3.0
2
- tensorflow>=2.10
3
- opencv-python>=4.6
4
- ultralytics>=8.0
5
- numpy>=1.22
6
- matplotlib>=3.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 ---