We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d73fc6 commit 198d04dCopy full SHA for 198d04d
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-numpy==1.19
+numpy>=1.19
2
opencv-python==4.5.1.48
3
PyAudio==0.2.11
4
psutil==5.8.0
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = edge_impulse_linux
-version = 1.0.1
+version = 1.0.2
author = EdgeImpulse Inc.
5
author_email = hello@edgeimpulse.com
6
description = Python runner for real-time ML classification
@@ -17,7 +17,7 @@ classifiers =
17
packages = find:
18
python_requires = >=3.7
19
install_requires =
20
- numpy==1.19
+ numpy>=1.19
21
22
23
0 commit comments