Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
yolov5
|
|
|
1 |
+
cat << EOF > /home/user/app/requirements.txt
|
2 |
+
yolov5==7.0.13
|
3 |
+
torch==2.3.0
|
4 |
+
torchvision==0.18.0
|
5 |
+
numpy==1.26.4
|
6 |
+
opencv-python==4.9.0.80
|
7 |
+
huggingface_hub==0.23.0
|
8 |
+
tqdm==4.66.2
|
9 |
+
pyyaml==6.0.1
|
10 |
+
requests==2.31.0
|
11 |
+
EOF
|
|