fix edit mode
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 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
|
|
|
|
| 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
|