Skip to content

Commit 56e8f6d

Browse files
authored
Fix opencv versions for compatibility (#228)
The latest opencv version cause compatibility issue for MacOS Sierra (10.12 or less) By changing the numpy requirement to this version, all MacOS/Windows/Linux are compatible.
1 parent baf08c5 commit 56e8f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PyYAML==5.1
33
requests==2.23
44
msgpack-numpy==0.4.5
55
pyzmq==19.0.0
6-
opencv-python==3.4.9.33
6+
opencv-python==3.4.5.20

0 commit comments

Comments
 (0)