Skip to content

Commit

Permalink
[setup] add matplotlib to "gui" feature in extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Büchau committed Apr 2, 2017
1 parent e8702ee commit fda2a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def read_file(filename):
],
test_suite = 'tests',
tests_require = [ 'numpy' ],
extras_require = {
"gui": ["matplotlib"],
},
install_requires = [ 'numpy', 'scipy' ],
packages = find_packages(exclude=['tests']),
)

0 comments on commit fda2a3c

Please sign in to comment.