Abhinand2001 commited on
Commit
2bd1d2a
·
1 Parent(s): e5d6b8b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- numpy
2
- pandas
3
  ultralytics==8.0.237
4
- os
5
- glob
6
- python-opencv
7
- statistics
 
1
+ numpy==1.21.4
2
+ pandas==1.3.3
3
  ultralytics==8.0.237
4
+ opencv-python==4.5.3.56
5
+ statistics==1.0.3.5