Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Update feedstock recipe for modern noarch python
* Use 'python {{ python_min }}' syntax for the python requirements for noarch python recipes. - c.f. https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python * Use a Jinja2 set statement for the python_min to allow all the build metadata to be contained in the recipe/meta.yaml and override the global python_min with packaging's python_min of 3.8. * Build with '--no-deps --no-build-isolation' to verify build requirements are specified. * Use 'pypi.org'. * Add matthewfeickert and ofek as feedstock maintainers. * Bump build number.
- Loading branch information