Skip to content

Commit

Permalink
Merge pull request #19 from slumnitz/install-requires
Browse files Browse the repository at this point in the history
add `seaborn` and `matplotlib` to `install_requirements` in `setup.py`
  • Loading branch information
ljwolf authored Jul 11, 2018
2 parents b78ce29 + 8a233d6 commit 8d70f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
license='3-Clause BSD',
packages=['splot'],
include_package_data=True,
install_requires=['numpy', 'scipy', 'libpysal', 'mapclassify', 'palettable',
'esda', 'pysal',],
install_requires=['numpy', 'libpysal', 'mapclassify', 'palettable',
'esda', 'pysal', 'matplotlib', 'seaborn',],
zip_safe=False)

0 comments on commit 8d70f0e

Please sign in to comment.