From c5ebec5d5c7dd71c859a1c916b8e2153b456524e Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH Date: Mon, 4 Feb 2019 16:12:00 +0100 Subject: [PATCH] added bob.bio.base in both requirements and conda recipe (needed for extractors) --- conda/meta.yaml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 3a01bd9..7f97b54 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -29,6 +29,7 @@ requirements: - bob.core - bob.io.base - bob.io.image + - bob.bio.base - pytorch >=0.4 - torchvision >=0.2.0 run: diff --git a/requirements.txt b/requirements.txt index f27778f..2a244d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ bob.extension bob.core bob.io.base bob.io.image +bob.bio.base torch >= 0.4.0 torchvision >= 0.2.0 h5py -- 2.21.0