Skip to content

Commit 778a679

Browse files
author
yixu.cui
committed
fix a numpy version bug
1 parent f05418f commit 778a679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Base ----------------------------------------
44
matplotlib>=3.2.2
5-
numpy>=1.18.5
5+
numpy>=1.18.5,<1.24.0
66
opencv-python>=4.1.1
77
Pillow>=7.1.2
88
PyYAML>=5.3.1
99
requests>=2.23.0
1010
scipy>=1.4.1
11-
# torch>=1.7.0,!=1.12.0
12-
# torchvision>=0.8.1,!=0.13.0
11+
torch>=1.7.0,!=1.12.0
12+
torchvision>=0.8.1,!=0.13.0
1313
tqdm>=4.41.0
1414
protobuf<4.21.3
1515

@@ -35,5 +35,5 @@ ipython # interactive notebook
3535
psutil # system utilization
3636
thop # FLOPs computation
3737
# albumentations>=1.0.3
38-
# pycocotools>=2.0 # COCO mAP
38+
pycocotools>=2.0 # COCO mAP
3939
# roboflow

0 commit comments

Comments
 (0)