From a5575374af8b49ac975c549776c634b6e7a259f6 Mon Sep 17 00:00:00 2001 From: Josh Miklos Date: Sat, 4 Jul 2020 20:39:16 -0700 Subject: [PATCH] Updated to latest numpy to fix dependency error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23f6028..5347dbf 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ install_requires=[ "docopt==0.6.2", "localpubsub==0.0.4", - "numpy==1.16.1", + "numpy>=1.17.0", "opencv-python==4.*,>=4.0.0", "pyzmq==18.1.0", ],