Spaces:
Build error
Build error
owaiskha9654
commited on
Commit
•
0fd7722
1
Parent(s):
4591c36
Update requirements.txt
Browse files- requirements.txt +5 -21
requirements.txt
CHANGED
@@ -4,30 +4,14 @@ 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
|
8 |
torch>=1.7.0
|
9 |
torchvision>=0.8.1
|
10 |
tqdm>=4.41.0
|
11 |
-
protobuf<=3.20.1
|
12 |
-
|
13 |
-
# Logging -------------------------------------
|
14 |
tensorboard>=2.4.1
|
15 |
-
# wandb
|
16 |
-
|
17 |
-
# Plotting ------------------------------------
|
18 |
pandas>=1.1.4
|
19 |
seaborn>=0.11.0
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
# onnx>=1.9.0 # ONNX export
|
24 |
-
# onnx-simplifier>=0.3.6 # ONNX simplifier
|
25 |
-
# scikit-learn==0.19.2 # CoreML quantization
|
26 |
-
# tensorflow>=2.4.1 # TFLite export
|
27 |
-
# tensorflowjs>=3.9.0 # TF.js export
|
28 |
-
# openvino-dev # OpenVINO export
|
29 |
-
|
30 |
-
# Extras --------------------------------------
|
31 |
-
ipython # interactive notebook
|
32 |
-
psutil # system utilization
|
33 |
-
thop # FLOPs computation
|
|
|
4 |
Pillow>=7.1.2
|
5 |
PyYAML>=5.3.1
|
6 |
requests>=2.23.0
|
7 |
+
scipy>=1.4.1
|
8 |
torch>=1.7.0
|
9 |
torchvision>=0.8.1
|
10 |
tqdm>=4.41.0
|
11 |
+
protobuf<=3.20.1
|
|
|
|
|
12 |
tensorboard>=2.4.1
|
|
|
|
|
|
|
13 |
pandas>=1.1.4
|
14 |
seaborn>=0.11.0
|
15 |
+
ipython
|
16 |
+
psutil
|
17 |
+
thop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|