omoured commited on
Commit
ab26b75
1 Parent(s): d2a73be
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
  # GitHub repository
2
  git+https://github.com/THU-MIG/yolov10.git
3
 
 
 
 
 
4
  torch==2.0.1
5
  torchvision==0.15.2
6
  pycocotools==2.0.7
 
1
  # GitHub repository
2
  git+https://github.com/THU-MIG/yolov10.git
3
 
4
+ # Local package in editable mode
5
+ -e .
6
+
7
+ # Other dependencies
8
  torch==2.0.1
9
  torchvision==0.15.2
10
  pycocotools==2.0.7