Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
torch
|
2 |
opencv-python
|
3 |
-
ultralytics
|
4 |
numpy
|
5 |
pandas
|
6 |
plotly
|
7 |
gradio
|
8 |
-
scipy
|
|
|
|
1 |
torch
|
2 |
opencv-python
|
|
|
3 |
numpy
|
4 |
pandas
|
5 |
plotly
|
6 |
gradio
|
7 |
+
scipy
|
8 |
+
git+https://github.com/ultralytics/yolov5.git
|