Pin pooch version to make skimage work, waiting for feedstock release (#1439)

This commit is contained in:
Ayaz Salikhov
2021-08-24 16:11:13 +03:00
committed by GitHub
parent 83ab5a86cb
commit 709f6750ef
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ repos:
# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git
rev: v2.6.1
rev: v2.6.0
hooks:
- id: hadolint-docker

View File

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