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

Improved dependency upgrade handling #31

Open
freeman-lab opened this issue Sep 10, 2015 · 1 comment
Open

Improved dependency upgrade handling #31

freeman-lab opened this issue Sep 10, 2015 · 1 comment

Comments

@freeman-lab
Copy link
Member

Consider using trick from seaborn (and statsmodel) for only adding dependencies to requirements if they cannot be imported, to prevent unintended upgrades of dependencies.

see e.g. https://github.com/mwaskom/seaborn/blob/master/setup.py

thanks @mwaskom for the suggestion!

@mwaskom
Copy link

mwaskom commented Sep 10, 2015

For posterity, the original pip issue: pypa/pip#59, which remains open.

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

No branches or pull requests

2 participants