From 3f7ff91196cf9c13d7d0648cdf6e8853cc8fd1e8 Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Thu, 31 May 2018 14:51:26 +0200 Subject: [PATCH 1/2] preventing too new skimage changing scikit image to pre-15 versions --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cceb30e..b424af4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scipy six matplotlib pydot -scikit-image >= 0.11.3 +scikit-image < 0.15 pydicom >= 0.9.9 pillow>=2.1.0 boto >= 2.36.0 @@ -16,4 +16,4 @@ pandas >= 0.17.1 requests >= 2.9.1 pynrrd >= 0.2.1 h5py -tqdm # for progress bars and other tools in notebooks/scripts \ No newline at end of file +tqdm # for progress bars and other tools in notebooks/scripts From 8ffcad613e43b682ae890563dda9707c1e7fdc8a Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Wed, 6 Jun 2018 11:49:13 +0200 Subject: [PATCH 2/2] Update environment.yml 0.15 breaks things --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 93f7f86..1e745c3 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -21,7 +21,7 @@ dependencies: - ipython>=6.2.1 - pydot - h5py - - scikit-image<=0.20 + - scikit-image<0.15 - scikit-learn<=0.20 - pytorch<=0.3.0 - torchvision