From 67ad5309cd8aee06e44ee15e30dce9e7ff139cef Mon Sep 17 00:00:00 2001 From: Scott Sibole Date: Tue, 12 Jul 2016 17:55:35 -0600 Subject: [PATCH] Force use of simpleitk==0.9.1 to prevent libpng error. --- src/conda-recipe/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/conda-recipe/meta.yaml b/src/conda-recipe/meta.yaml index a6a7fa6..2f13cde 100644 --- a/src/conda-recipe/meta.yaml +++ b/src/conda-recipe/meta.yaml @@ -10,11 +10,10 @@ requirements: build: - python - tetmesh - - libpng 1.5.13 - cgal - tbb - vtk - - simpleitk + - simpleitk 0.9.1 - numpy - scipy - matplotlib @@ -26,11 +25,10 @@ requirements: run: - python - tetmesh - - libpng 1.5.13 - cgal - tbb - vtk - - simpleitk + - simpleitk 0.9.1 - numpy - scipy - matplotlib