FIX: Remove redundant pip flags from examples - #2913
Open
matthewfeickert wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for conda-forge-previews ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
matthewfeickert
force-pushed
the
feat/remove-flags
branch
from
August 7, 2026 06:18
3a66c3f to
c4eade9
Compare
matthewfeickert
commented
Aug 7, 2026
matthewfeickert
left a comment
Member
Author
There was a problem hiding this comment.
The link checker is failing on
### Errors in build/docs/maintainer/infrastructure/index.html
* [503] [https://anaconda.org/conda-forge/dashboard](https://anaconda.org/conda-forge/dashboard) | Failed: Network error: Service Unavailable
which is not related to the contents of this PR.
Member
Author
This was referenced Aug 8, 2026
* Remove the pip flags '--no-deps' and '--no-build-isolation' from example 'pip install' commands as these are automatically applied by rattler-build and conda-build now. Note this explicitly and keep the explanations of what the flags do.
* The v0 recipe example recipes/example/meta.yaml was renamed to recipes/example-v0-deprecated/meta.yaml in https://github.com/conda-forge/staged-recipes/ PR 34414. Remove the link as it now not recommended.
matthewfeickert
force-pushed
the
feat/remove-flags
branch
from
August 11, 2026 05:13
8c25d25 to
0be3ba1
Compare
This was referenced Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #2869
pipflags--no-depsand--no-build-isolationfrom examplepip installcommands as these are automatically applied by rattler-build and conda-build now. Note this explicitly and keep the explanations of what the flags do.recipes/example/meta.yamlwas renamed torecipes/example-v0-deprecated/meta.yamlin Deprecate v0 recipe format staged-recipes#34414. Remove the link as it now not recommended.grayskullPR.PR Checklist:
docs/orcommunity/, you have added it to the sidebar in the corresponding_sidebar.jsonfileResvoles #2869 which started from #2864 (comment). This combined with conda-forge/staged-recipes#34445 means that
v0recipes shouldn't be a concern anymore and so this should be able to cover everything.Relevant pages for inspection for reviewers: