Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #490 from drdavella/fix-astropy-dependency
Browse files Browse the repository at this point in the history
We now require astropy>=3.0
  • Loading branch information
javerbukh committed Oct 26, 2018
2 parents 27a8184 + 558f0b8 commit 2167b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ edit_on_github = True
github_project = spacetelescope/specviz
# install_requires should be formatted as a comma-separated list, e.g.:
# install_requires = astropy, scipy, matplotlib
install_requires = astropy, pyqt5, pyqtgraph, qtawesome, qtpy, specutils>=0.4, click, pytest, asteval
install_requires = astropy>=3.0, pyqt5, pyqtgraph, qtawesome, qtpy, specutils>=0.4, click, pytest, asteval
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.6.dev0
# Note: you will also need to change this in your package's __init__.py
Expand Down

0 comments on commit 2167b8b

Please sign in to comment.