conda-forge / xarray-feedstock

A conda-smithy repository for xarray.
BSD 3-Clause "New" or "Revised" License
5 stars 13 forks source link

add packaging dep #72

Closed jhamman closed 2 years ago

jhamman commented 2 years ago

closes #71

xref: https://github.com/pydata/xarray/pull/6207

Checklist

conda-forge-linter commented 2 years ago

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 (recipe) and found it was in an excellent condition.

jhamman commented 2 years ago

@conda-forge-admin, please rerender

github-actions[bot] commented 2 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/xarray-feedstock/actions/runs/1769909751.

ocefpaf commented 2 years ago

@conda-grayskull show requirements

conda-grayskull commented 2 years ago

Working on your request...

conda-grayskull commented 2 years ago
================ HOST ================ Requirements for host Current Deps Grayskull found
python >=3.8 python >=3.8 :heavy_check_mark:
pip pip :heavy_check_mark:
setuptools_scm :x:
setuptools-scm :heavy_plus_sign:
================ RUN ================ Requirements for run Current Deps Grayskull found
python >=3.8 python >=3.8 :heavy_check_mark:
numpy >=1.18 numpy >=1.18 :heavy_check_mark:
pandas >=1.1 pandas >=1.1 :heavy_check_mark:
importlib_metadata :x:
typing_extensions >=3.7 :x:
packaging >=20.0 :x:
ocefpaf commented 2 years ago

@marcelotrevisani we have setuptools_scm but the bot suggested setuptools-scm. We need to standardized that. Packaing was found but importlib_metadata and typing_extensions >=3.7 probably have conditionals. I'll check later.

@jhamman sorry to hijack your PR but I wanted to take our new bot for a spin. This one is good to be merged!