We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05418f commit 778a679Copy full SHA for 778a679
requirements.txt
@@ -2,14 +2,14 @@
2
3
# Base ----------------------------------------
4
matplotlib>=3.2.2
5
-numpy>=1.18.5
+numpy>=1.18.5,<1.24.0
6
opencv-python>=4.1.1
7
Pillow>=7.1.2
8
PyYAML>=5.3.1
9
requests>=2.23.0
10
scipy>=1.4.1
11
-# torch>=1.7.0,!=1.12.0
12
-# torchvision>=0.8.1,!=0.13.0
+torch>=1.7.0,!=1.12.0
+torchvision>=0.8.1,!=0.13.0
13
tqdm>=4.41.0
14
protobuf<4.21.3
15
@@ -35,5 +35,5 @@ ipython # interactive notebook
35
psutil # system utilization
36
thop # FLOPs computation
37
# albumentations>=1.0.3
38
-# pycocotools>=2.0 # COCO mAP
+pycocotools>=2.0 # COCO mAP
39
# roboflow
0 commit comments