From cf92132cc8504bc451e1f5b29b7777b7034b928c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:58:42 +0000 Subject: [PATCH 1/3] updated v2023.3.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 865e219..fc0f0e9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "dask-image" %} -{% set version = "2022.9.0" %} -{% set sha256 = "f123dfd16a7d15c76662a6ac14778509ed5eed9b494f4322e5945e9b15923547" %} +{% set version = "2023.3.0" %} +{% set sha256 = "33aa9c921506d83bc1c36b98e69009172baf6ad0bba305656fa5d6924af3032b" %} package: name: {{ name|lower }} From 99ef9008a3e9b87fdc9adeea3ffe47bdec91717e Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:58:51 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.03.27.04.15.46 --- .circleci/config.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa2..8b4ef2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/README.md b/README.md index c51a648..49203fe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About dask-image -================ +About dask-image-feedstock +========================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/dask-image-feedstock/blob/main/LICENSE.txt) Home: https://github.com/dask/dask-image Package license: BSD-3-Clause -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/dask-image-feedstock/blob/main/LICENSE.txt) - Summary: Distributed image processing Development: https://github.com/dask/dask-image From 4d68ab608efe64b4e9359f66e350808e2b67f742 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 27 Mar 2023 00:14:54 -0700 Subject: [PATCH 3/3] Update requirements for 2023.3.0 --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fc0f0e9..915cc16 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,15 +19,16 @@ build: requirements: host: - pip - - python >=3.6 + - python >=3.8 - setuptools run: - - python >=3.6 - - dask >=0.16.1 + - python >=3.8 + - dask >=2021.10.0 - numpy >=1.11.3 - scipy >=0.19.1 - pims >=0.4.1 + - tifffile >=2018.10.18 test: source_files: