Skip to content

Commit bdc3e10

Browse files
committed
Remove opencv as specific version dependency
1 parent c440f40 commit bdc3e10

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
numpy>=1.19
2-
opencv-python==4.5.1.48
32
PyAudio==0.2.11
4-
psutil==5.8.0
3+
psutil>=5.8.0
54
edge_impulse_linux

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = edge_impulse_linux
3-
version = 1.0.7
3+
version = 1.0.8
44
author = EdgeImpulse Inc.
55
author_email = hello@edgeimpulse.com
66
description = Python runner for real-time ML classification
@@ -18,5 +18,4 @@ packages = find:
1818
python_requires = >=3.6
1919
install_requires =
2020
numpy>=1.19
21-
opencv-python>=4.5.1.48
2221
psutil>=5.8.0

0 commit comments

Comments
 (0)