tannu038 commited on
Commit
86a1eaf
·
verified ·
1 Parent(s): baee861

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -11
requirements.txt CHANGED
@@ -1,11 +1,4 @@
1
- ultralytics
2
- opencv-python-headless
3
- gradio
4
- torch
5
- glob
6
- Image
7
- cv2
8
- matplotlib
9
- os
10
- shutil
11
- sklearn
 
1
+ ultralytics==8.0.100
2
+ torch==2.1.0
3
+ gradio==4.0.0
4
+ opencv-python