Spaces:
Build error
Build error
owaiskha9654
commited on
Commit
•
4591c36
1
Parent(s):
1757ba5
Update requirements.txt
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
-
# Usage: pip install -r requirements.txt
|
2 |
-
|
3 |
-
# Base ----------------------------------------
|
4 |
-
gradio==3.1.4
|
5 |
matplotlib>=3.2.2
|
6 |
numpy>=1.18.5
|
7 |
opencv-python>=4.1.1
|
8 |
Pillow>=7.1.2
|
9 |
PyYAML>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
-
scipy>=1.4.1
|
12 |
-
torch>=1.7.0
|
13 |
-
torchvision>=0.8.1
|
14 |
tqdm>=4.41.0
|
15 |
-
protobuf
|
16 |
|
17 |
# Logging -------------------------------------
|
18 |
tensorboard>=2.4.1
|
@@ -34,7 +30,4 @@ seaborn>=0.11.0
|
|
34 |
# Extras --------------------------------------
|
35 |
ipython # interactive notebook
|
36 |
psutil # system utilization
|
37 |
-
thop # FLOPs computation
|
38 |
-
# albumentations>=1.0.3
|
39 |
-
# pycocotools>=2.0 # COCO mAP
|
40 |
-
# roboflow
|
|
|
|
|
|
|
|
|
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python>=4.1.1
|
4 |
Pillow>=7.1.2
|
5 |
PyYAML>=5.3.1
|
6 |
requests>=2.23.0
|
7 |
+
scipy>=1.4.1 # Google Colab version
|
8 |
+
torch>=1.7.0
|
9 |
+
torchvision>=0.8.1
|
10 |
tqdm>=4.41.0
|
11 |
+
protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
12 |
|
13 |
# Logging -------------------------------------
|
14 |
tensorboard>=2.4.1
|
|
|
30 |
# Extras --------------------------------------
|
31 |
ipython # interactive notebook
|
32 |
psutil # system utilization
|
33 |
+
thop # FLOPs computation
|
|
|
|
|
|