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

add seaborn and matplotlib to install_requirements in setup.py #19

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

slumnitz
Copy link
Member

@slumnitz slumnitz commented Jun 30, 2018

added matplotlib and seaborn to install requirements

to fix this issue: pysal/esda#19
and this one: pysal/giddy#47

@slumnitz slumnitz requested review from sjsrey and ljwolf July 2, 2018 18:22
install_requires=['numpy', 'scipy', 'libpysal', 'mapclassify', 'palettable',
'esda', 'pysal',],
install_requires=['numpy', 'libpysal', 'mapclassify', 'palettable',
'esda', 'pysal', 'matplotlib', 'seaborn',],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seaborn requires matplotlib , so listing matplotlib here maybe redundant.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally I would like to cut ties to seaborn to keep dependencies as low as possible. So keeping them both might be an easy fix later on, when seaborn is removed? Otherwise I am happy to change that. What do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense. So this is good to go as is from my perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants