From 1a3d798498c38c57a405601d8cf9e1d2fa5288b4 Mon Sep 17 00:00:00 2001
From: Vincent <vincent.pollet@idiap.ch>
Date: Fri, 29 Jan 2021 16:53:58 +0100
Subject: [PATCH] Add pytables dependency

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

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index f91c2942..9f5b3a5e 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -77,12 +77,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2021.01.28
+  - 2021.01.29
 
 # 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:
-  - 2021.01.28
+  - 2021.01.29
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -171,6 +171,8 @@ pyopengl:
   - 3.1.1
 pyqtgraph:
   - 0.11.0
+pytables:
+  - 3.6.1
 pytest:
   - 6.2.2
 pytest_cov:
-- 
GitLab