mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 23:42:55 +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
|
# Lint: Dockerfile
|
||||||
- repo: https://github.com/hadolint/hadolint.git
|
- repo: https://github.com/hadolint/hadolint.git
|
||||||
rev: v2.6.1
|
rev: v2.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: hadolint-docker
|
- id: hadolint-docker
|
||||||
|
|
||||||
|
@@ -34,6 +34,7 @@ RUN conda install --quiet --yes \
|
|||||||
'numexpr' \
|
'numexpr' \
|
||||||
'pandas' \
|
'pandas' \
|
||||||
'patsy' \
|
'patsy' \
|
||||||
|
'pooch=1.4.*' # this is a temporary fix before skimage feedstock update \
|
||||||
'protobuf' \
|
'protobuf' \
|
||||||
'pytables' \
|
'pytables' \
|
||||||
'scikit-image' \
|
'scikit-image' \
|
||||||
|
Reference in New Issue
Block a user