Skip to content

Commit

Permalink
Merge pull request #7 from regro-cf-autotick-bot/0.5.0_hcedabf
Browse files Browse the repository at this point in the history
dask-image v0.5.0
  • Loading branch information
GenevieveBuckley authored Feb 2, 2021
2 parents 436b57d + b01f554 commit 35c4509
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.8.* *_cpython
zip_keys:
- - cdt_name
- docker_image
26 changes: 19 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "dask-image" %}
{% set version = "0.4.0" %}
{% set sha256 = "a6873a39af21b856a4eb7efee6838e6897b1399f21ab9e65403e69eb62f96c2d" %}
{% set version = "0.5.0" %}
{% set sha256 = "0bf7ea8dcd9d795505b498bd632394720c048f50761e23c574d9a6bacfb27cbb" %}

package:
name: {{ name|lower }}
Expand All @@ -17,7 +17,7 @@ build:
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
build:
host:
- pip
- python
- setuptools
Expand Down

0 comments on commit 35c4509

Please sign in to comment.