Closed rhugonnet closed 7 months ago
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found some lint.
Here's what I've got...
For recipe:
requirements: host: python>=3.9,<3.12
must contain a space between the name and the pin, i.e. python >=3.9,<3.12
requirements: run: python>=3.9,<3.12
must contain a space between the name and the pin, i.e. python >=3.9,<3.12
requirements: run: numpy=1.*
must contain a space between the name and the pin, i.e. numpy =1.*
requirements: run: pandas>=1,<2.2
must contain a space between the name and the pin, i.e. pandas >=1,<2.2
requirements: run: geopandas>=0.12.0,<0.14
must contain a space between the name and the pin, i.e. geopandas >=0.12.0,<0.14
requirements: run: pyproj=3.*
must contain a space between the name and the pin, i.e. pyproj =3.*
requirements: run: rasterio>=1.3,<2
must contain a space between the name and the pin, i.e. rasterio >=1.3,<2
requirements: run: matplotlib-base=3.*
must contain a space between the name and the pin, i.e. matplotlib-base =3.*
requirements: run: scipy=1.*
must contain a space between the name and the pin, i.e. scipy =1.*
requirements: run: rioxarray=0.*
must contain a space between the name and the pin, i.e. rioxarray =0.*
python >=3.6
in both host
and run
but you should check upstream for the package's Python compatibility.@conda-forge-admin, please rerender
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.
Resolves #23
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)