From 3b9c825695c18b28f8d84cad0b8dfaf98b0ba69e Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Mon, 9 Apr 2018 17:45:00 +0200 Subject: [PATCH] Mention the minimum required bob.db.base version --- conda/meta.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index fa9ebaea..70f1afd1 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -34,7 +34,7 @@ requirements: - setuptools {{ setuptools }} - bob.blitz - bob.core - - bob.db.base + - bob.db.base >2.2.0 - bob.extension - bob.io.base - bob.learn.activation diff --git a/requirements.txt b/requirements.txt index 774aac2d..bf7e3e8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bob.blitz bob.core -bob.db.base +bob.db.base > 2.2.0 bob.extension bob.io.base bob.learn.activation -- GitLab