Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -14,12 +14,12 @@ tqdm>=4.41.0
|
|
14 |
protobuf<4.21.3
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
-
|
18 |
# wandb
|
19 |
|
20 |
# Plotting ------------------------------------
|
21 |
pandas>=1.1.4
|
22 |
-
|
23 |
|
24 |
# Export --------------------------------------
|
25 |
# coremltools>=4.1 # CoreML export
|
@@ -36,9 +36,8 @@ psutil # system utilization
|
|
36 |
thop # FLOPs computation
|
37 |
# albumentations>=1.0.3
|
38 |
# pycocotools>=2.0 # COCO mAP
|
39 |
-
roboflow
|
40 |
|
41 |
-
|
42 |
-
|
43 |
gtts
|
44 |
translate
|
|
|
14 |
protobuf<4.21.3
|
15 |
|
16 |
# Logging -------------------------------------
|
17 |
+
|
18 |
# wandb
|
19 |
|
20 |
# Plotting ------------------------------------
|
21 |
pandas>=1.1.4
|
22 |
+
|
23 |
|
24 |
# Export --------------------------------------
|
25 |
# coremltools>=4.1 # CoreML export
|
|
|
36 |
thop # FLOPs computation
|
37 |
# albumentations>=1.0.3
|
38 |
# pycocotools>=2.0 # COCO mAP
|
|
|
39 |
|
40 |
+
ZipFile
|
41 |
+
files
|
42 |
gtts
|
43 |
translate
|