Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use --kind=explicit #288

Merged
merged 3 commits into from
Nov 26, 2022
Merged

Conversation

sebastian-luna-valero
Copy link
Contributor

Fixes #285

@netlify
Copy link

netlify bot commented Nov 24, 2022

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit b0f8a69
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/638062c07294bf00089329be
😎 Deploy Preview https://deploy-preview-288--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

docs/pip.md Outdated Show resolved Hide resolved
Co-authored-by: Ben Mares <services-git-throwaway1@tensorial.com>
@maresb
Copy link
Contributor

maresb commented Nov 24, 2022

We could also omit a warning from conda-lock itself. How about

        if len(pip_deps) > 0:
            logger.warning(
                "WARNING: installation of pip dependencies is only supported "
                "by the 'conda-lock install' command. Other tools may silently "
                "ignore them. For portability, we recommend using the newer "
                "unified lockfile format (i.e. removing the --kind=explicit "
                "argument."
            )

right here?

@sebastian-luna-valero
Copy link
Contributor Author

Good idea, done!

@mariusvniekerk mariusvniekerk merged commit f31834c into conda:main Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pip dependencies are commented out
3 participants