From ee9bb4ee6bc931dec8d2de6e9d1fb4b63be2d73e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 20 Feb 2018 09:22:06 +0100 Subject: [PATCH] Try another fix for the scikit image dep --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index a1ddab1..eb3e803 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -53,7 +53,7 @@ requirements: - {{ pin_compatible('pillow') }} - {{ pin_compatible('schema') }} - {{ pin_compatible('docopt') }} - - {{ pin_compatible('scikit_image') }} + - {{ pin_compatible('scikit-image') }} - {{ pin_compatible('matplotlib') }} test: -- GitLab