From 0a60645aaa12d5a245d846048440f112d188ef67 Mon Sep 17 00:00:00 2001 From: "Bofu Chen (bafu)" Date: Sun, 1 Nov 2020 11:11:55 +0800 Subject: [PATCH] Update dependencies in setup.py. Signed-off-by: Bofu Chen (bafu) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1181f83..0980163 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ install_requires=[ 'logzero', 'paho-mqtt', + 'PyOpenGL', + 'PyOpenGL-accelerate', ], # Without TF: pip3 install berrynet # TF CPU mode: pip3 install berrynet[tf]