Skip to content

Commit 198d04d

Browse files
committed
Less strict pinning of numpy
1 parent 9d73fc6 commit 198d04d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.19
1+
numpy>=1.19
22
opencv-python==4.5.1.48
33
PyAudio==0.2.11
44
psutil==5.8.0

setup.cfg

Lines changed: 2 additions & 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.1
3+
version = 1.0.2
44
author = EdgeImpulse Inc.
55
author_email = hello@edgeimpulse.com
66
description = Python runner for real-time ML classification
@@ -17,7 +17,7 @@ classifiers =
1717
packages = find:
1818
python_requires = >=3.7
1919
install_requires =
20-
numpy==1.19
20+
numpy>=1.19
2121
opencv-python==4.5.1.48
2222
PyAudio==0.2.11
2323
psutil==5.8.0

0 commit comments

Comments
 (0)