Skip to content

Commit

Permalink
Merge pull request #14 from conda-forge-admin/conda_forge_admin_13
Browse files Browse the repository at this point in the history
dask-image v2023.8.1
  • Loading branch information
m-albert authored Aug 4, 2023
2 parents 8312f83 + 6843d6c commit e96e885
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
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
- 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

about:
Expand Down

0 comments on commit e96e885

Please sign in to comment.