From 5fe05ecdc0fd604170b924b6cc53f14232d924a9 Mon Sep 17 00:00:00 2001
From: Vincent <vincent.pollet@idiap.ch>
Date: Fri, 6 Nov 2020 11:16:11 +0100
Subject: [PATCH] bob.ip.view dependencies

---
 bob/devtools/data/conda_build_config.yaml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 13033908..b80bfed3 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -78,12 +78,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.11.04
+  - 2020.11.05
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2020.11.04
+  - 2020.11.05
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -169,6 +169,10 @@ pillow:
   - 8.0.1
 psycopg2:
   - 2.8.5
+pyopengl:
+  - 3.1.1
+pyqtgraph:
+  - 0.11.0
 python_graphviz:
   - 0.14.2
 pytorch:
@@ -177,6 +181,10 @@ pyyaml:
   - 5.3.1
 pyzmq:
   - 19.0.2
+qdarkstyle:
+  - 2.8.1
+qtpy:
+  - 1.9.0
 requests:
   - 2.24.0
 schema:
-- 
GitLab