mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Pin pooch version to make skimage work, waiting for feedstock release (#1439)
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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' \
|
||||
|
Reference in New Issue
Block a user