MNT: Remove 'pip install' options in recipes - #584
Conversation
cd231f2 to
d222e89
Compare
|
This is ready for review. |
|
@wolfv we can't do this while we use conda-build b/c of the multiple outputs bug. However, if/when we drop conda-build, do you know if rattler-build will behave as expected with multiple outputs? |
Out of curiosity, is there an issue for this? |
I'm pretty sure there is one, or more, in conda-build. To be fair, are trying to keep conda-build on life support as we move to rattler-build, so I don't think anyone is working on that. |
after we drop conda-build and start to use rattle, we could add this when the |
|
As I don't know the full history of things, or even the technical problems with I also don't know if there is a projected timeline for full |
yeah, I think that would be nice to add the flag for now :) |
* 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.
d222e89 to
bb62cde
Compare
@marcelotrevisani conda-forge has now changed to use the v1 / |
Resolves #582
Description
--no-deps --no-build-isolationpip installoptions in recipes as the build tool (e.g.conda-build,rattler-build) will enforce all requiredpip installoptions itself at build time.c.f.: