You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add example of conda_build_config.yaml python_min map
* Add example of the map that is required for python_min to be manually
enforced if it exists in recipe/conda_build_config.yaml.
* Add a tip that adding an explicit python_min also ensures that
python_min used by conda-build does not deviate from the required
Python metadata in the Python package. If the Python package
required Python metadata is updated and the feedstock's recipe is not
the build will fail, signalling that there is a metadata mismatch that
needs to be corrected.
0 commit comments