From d64f228ad66a19e75d082fba971e4fc1ff726c69 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 10 Jun 2020 17:12:12 +0200
Subject: [PATCH] Added scikit image

---
 conda/meta.yaml  | 1 +
 requirements.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index edffd45d..09281005 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -46,6 +46,7 @@ requirements:
     - bob.pipelines
     - matplotlib {{ matplotlib }}
     - six {{ six }}
+    - scikit-image
   run:
     - python
     - setuptools
diff --git a/requirements.txt b/requirements.txt
index c6320c06..5b57310a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,3 +23,4 @@ bob.ip.flandmark
 bob.pipelines
 matplotlib   # for plotting
 six
+scikit-image
\ No newline at end of file
-- 
GitLab