Closed conda-forge-admin closed 2 weeks 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/meta.yaml
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe/meta.yaml:
host
section of the recipe, you should almost always use python {{ python_min }}.*
for the python
entry. You may need to override the python_min
variable if the package requires a newer Python version than the currently supported minimum version on conda-forge
.run
section of the recipe, you should almost always use python >={{ python_min }}
for the python
entry. You may need to override the python_min
variable if the package requires a newer Python version than the currently supported minimum version on conda-forge
.test.requires
section of the recipe, you should almost always use python ={{ python_min }}
for the python
entry. You may need to override the python_min
variable if the package requires a newer Python version than the currently supported minimum version on conda-forge
.
Hi! This is the friendly automated conda-forge-webservice.
I've started a version update as instructed in #43.
I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!
Fixes #43