Updated to latest numpy to fix dependency error

This commit is contained in:
Josh Miklos
2020-07-04 20:39:16 -07:00
parent 8550050bfe
commit a5575374af

View File

@ -42,7 +42,7 @@ setup(
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",
],