-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to 2024.5.1
#30
Update to 2024.5.1
#30
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…nda-forge-pinning 2024.05.21.03.42.32
recipe/meta.yaml
Outdated
# TODO: Enable `pip check` on next release | ||
# xref: https://github.com/conda-forge/dask-image-feedstock/issues/26 | ||
# - pip check | ||
- pip check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enabled pip check
, which fixes issue: #26
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was here to workaround issues like ( dask/dask-image#355 ) and ( dask/dask-image#335 ), but it appears no longer to be needed. So dropped it
@GenevieveBuckley could you please review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Hi! This is the friendly automated conda-forge-webservice.
I've started a version update as instructed in #29.
I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!
Fixes #29
Fixes #27
Fixes #26