We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c96d3 commit 464c509Copy full SHA for 464c509
docker/Dockerfile
@@ -38,7 +38,6 @@ RUN install_packages \
38
libavformat59
39
RUN install_packages \
40
libopencv-dev \
41
- python3-opencv \
42
zbar-tools \
43
libzbar0 \
44
sox \
requirements_32.txt
@@ -20,10 +20,10 @@ pyalsaaudio==0.10.0
20
21
# Computer Vision
22
grpcio==1.68.0
23
-numpy==2.1.3
+numpy==1.26.4
24
Pillow==10.2.0
25
protobuf==4.25.2
26
-#opencv-contrib-python-headless==4.10.0.84
+opencv-contrib-python-headless==4.10.0.84
27
tflite-runtime
28
pytesseract==0.3.10
29
pyzbar==0.1.9
0 commit comments