Skip to content

Commit

Permalink
Trying to get matplotlib installed for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 3, 2018
1 parent 53e1304 commit 5288ce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ url = https://github.com/bmorris3/arcesetc
edit_on_github = False
github_project = bmorris3/arcesetc
# install_requires should be formatted as a comma-separated list, e.g.:
# install_requires = astropy, scipy, matplotlib
install_requires = astropy
install_requires = astropy, numpy, matplotlib
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 0.0.dev
# Note: you will also need to change this in your package's __init__.py
Expand Down

0 comments on commit 5288ce4

Please sign in to comment.