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 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