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 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 865e219..915cc16 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 }} @@ -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: