Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dask-image v2023.8.1 #14

Merged
merged 10 commits into from
Aug 4, 2023
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

18 changes: 11 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "dask-image" %}
{% set version = "2023.3.0" %}
{% set sha256 = "33aa9c921506d83bc1c36b98e69009172baf6ad0bba305656fa5d6924af3032b" %}
{% set version = "2023.8.1" %}
{% set sha256 = "5e9a8985b0527a1b5942c6a7e744e0e57d264e222c7058f05baeb81c374d04b6" %}

package:
name: {{ name|lower }}
Expand All @@ -19,16 +19,17 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.9
m-albert marked this conversation as resolved.
Show resolved Hide resolved
- setuptools

run:
- python >=3.8
- dask >=2021.10.0
- numpy >=1.11.3
- python >=3.9
- dask >=2023.2.0
- numpy >=1.18
- scipy >=0.19.1
- pims >=0.4.1
- tifffile >=2018.10.18
- pandas >=2.0.0

test:
source_files:
Expand All @@ -39,9 +40,12 @@ test:

requires:
- pytest >=3.0.5
- scikit-image >=0.12.3,<0.17.0

commands:
# Disable newer Arrow strings with dask-image.
# xref: https://github.com/dask/dask-image/issues/335
- export DASK_DATAFRAME__CONVERT_STRING="False" # [unix]
- set "DASK_DATAFRAME__CONVERT_STRING=False" # [win]
- pytest
m-albert marked this conversation as resolved.
Show resolved Hide resolved

about:
Expand Down