I have meta.yaml
which has a section looking a little bit like this:
requirements:
build:
- pylint 2.7.*
run:
- sqlalchemy 1.3.*
How can I install just requirements needed for build
? Is there something like conda install --target build
?