Skip to content

Commit

Permalink
dask-image v2023.3.0 (#12)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 27, 2023
2 parents 514fc0c + 4d68ab6 commit 8312f83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml

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

8 changes: 4 additions & 4 deletions README.md

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

11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 8312f83

Please sign in to comment.