mirror of https://github.com/WongKinYiu/yolov7.git
Update requirements.txt
Removing the upper limit on numpy version as it causes compatibility errorspull/2086/head
parent
a207844b1c
commit
9b7cc0c659
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Base ----------------------------------------
|
# Base ----------------------------------------
|
||||||
matplotlib>=3.2.2
|
matplotlib>=3.2.2
|
||||||
numpy>=1.18.5,<1.24.0
|
numpy>=1.18.5
|
||||||
opencv-python>=4.1.1
|
opencv-python>=4.1.1
|
||||||
Pillow>=7.1.2
|
Pillow>=7.1.2
|
||||||
PyYAML>=5.3.1
|
PyYAML>=5.3.1
|
||||||
|
|
Loading…
Reference in New Issue