Skip to content

Commit 464c509

Browse files
committed
opencv 4.10 - armv7
1 parent c2c96d3 commit 464c509

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RUN install_packages \
3838
libavformat59
3939
RUN install_packages \
4040
libopencv-dev \
41-
python3-opencv \
4241
zbar-tools \
4342
libzbar0 \
4443
sox \

requirements_32.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pyalsaaudio==0.10.0
2020

2121
# Computer Vision
2222
grpcio==1.68.0
23-
numpy==2.1.3
23+
numpy==1.26.4
2424
Pillow==10.2.0
2525
protobuf==4.25.2
26-
#opencv-contrib-python-headless==4.10.0.84
26+
opencv-contrib-python-headless==4.10.0.84
2727
tflite-runtime
2828
pytesseract==0.3.10
2929
pyzbar==0.1.9

0 commit comments

Comments
 (0)