Skip to content

Commit

Permalink
Updated to latest numpy to fix dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLeek committed Jul 5, 2020
1 parent 8550050 commit a557537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit a557537

Please sign in to comment.