Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
opencv-python
|
| 2 |
ultralytics @ git+https://github.com/THU-MIG/yolov10.git
|
| 3 |
safetensors
|
| 4 |
-
scikit-image
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
opencv-python
|
| 2 |
ultralytics @ git+https://github.com/THU-MIG/yolov10.git
|
| 3 |
safetensors
|
| 4 |
+
scikit-image
|
| 5 |
+
transformers >= 4.45.0
|
| 6 |
+
accelerate>=0.26.0
|
| 7 |
+
markdown
|