Update requirements.txt
Browse files- requirements.txt +0 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
# GitHub repository
|
| 2 |
git+https://github.com/THU-MIG/yolov10.git
|
| 3 |
|
| 4 |
-
# Local package in editable mode
|
| 5 |
-
-e yolov10
|
| 6 |
-
|
| 7 |
# Other dependencies
|
| 8 |
torch==2.0.1
|
| 9 |
torchvision==0.15.2
|
|
|
|
| 1 |
# GitHub repository
|
| 2 |
git+https://github.com/THU-MIG/yolov10.git
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
# Other dependencies
|
| 5 |
torch==2.0.1
|
| 6 |
torchvision==0.15.2
|