Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Use noarch python {{ python_min }} variable
* 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 python_min to keep all the build metadata contained in the recipe/meta.yaml and override the global python_min with scikit-hep-testdata's python_min of 3.8. * Remove --no-deps --no-build-isolation 'pip install' options in recipes as the build tool (e.g. conda-build, rattler-build) will enforce all required 'pip install' options itself at build time. * Bump build number.
- Loading branch information