Skip to content

Commit

Permalink
Merge pull request #30 from conda-forge-admin/conda_forge_admin_29
Browse files Browse the repository at this point in the history
Update to `2024.5.1`
  • Loading branch information
GenevieveBuckley authored May 21, 2024
2 parents 56048d5 + 5cc284f commit 1ae0bdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitattributes

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

14 changes: 4 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "dask-image" %}
{% set version = "2024.5.0" %}
{% set sha256 = "14b5b11c0ca096d502b0eea2358602a10231c496ccd545e0ff5ccb099cadb9fe" %}
{% set version = "2024.5.1" %}
{% set sha256 = "d14343361878ba0dad6e2a9745fd358eb943c7ed363c1510fc4d545b543999e8" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:

build:
noarch: python
number: 1
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
Expand Down Expand Up @@ -43,13 +43,7 @@ test:
- pytest >=3.0.5

commands:
# TODO: Enable `pip check` on next release
# xref: https://github.com/conda-forge/dask-image-feedstock/issues/26
# - pip check
# 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]
- pip check
- pytest

about:
Expand Down

0 comments on commit 1ae0bdf

Please sign in to comment.