File tree 1 file changed +10
-3
lines changed 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -389,9 +389,16 @@ requirements:
389
389
- pip
390
390
` ` `
391
391
392
- These options should be used to ensure a clean installation of the package without its
393
- dependencies. This helps make sure that we're only including this package,
394
- and not accidentally bringing any dependencies along into the conda package.
392
+ ` conda-forge` configures `pip` to ensure a clean installation of the package
393
+ without its dependencies so no extra flags are required to be passed. This
394
+ helps make sure that we're only including this package, and not accidentally
395
+ bringing any dependencies along into the conda package.
396
+
397
+ :::warning
398
+ If your package uses `outputs` you may have to manually specify the flags
399
+ ` --no-deps --no-build-isolation` due to a bug in `conda-build`. See
400
+ [conda-build#3993](https://github.com/conda/conda-build/issues/3993).
401
+ :: :
395
402
396
403
Usually pure-Python packages only require `python`, `setuptools` and `pip`
397
404
as `host` requirements; the real package dependencies are only
You can’t perform that action at this time.
0 commit comments