Merge pull request #1442 from mathbunnyru/asalikhov/remove_pooch_pin

Do not pin pooch version
This commit is contained in:
Erik Sundell
2021-08-25 11:36:53 +02:00
committed by GitHub

View File

@@ -34,7 +34,6 @@ RUN conda install --quiet --yes \
'numexpr' \
'pandas' \
'patsy' \
'pooch=1.4.*' # this is a temporary fix before skimage feedstock update \
'protobuf' \
'pytables' \
'scikit-image' \