Skip to content

Commit

Permalink
update minimum astropy version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeifert04 committed Apr 5, 2018
1 parent d0c0390 commit 7830b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ccdproc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
------------

.. note::
`ccdproc` works only with astropy version 1.0 or later.
`ccdproc` works only with astropy version 2.0 or later.

The `ccdproc` package provides:

Expand Down
2 changes: 1 addition & 1 deletion docs/ccdproc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements

Ccdproc has the following requirements:

- `Astropy`_ v1.0 or later
- `Astropy`_ v2.0 or later
- `NumPy <http://www.numpy.org/>`_
- `SciPy <https://www.scipy.org/>`_
- `scikit-image <http://scikit-image.org/>`_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
version=VERSION,
description=DESCRIPTION,
scripts=scripts,
install_requires=['astropy>=1.0', 'numpy', 'scipy', 'astroscrappy',
install_requires=['astropy>=2.0', 'numpy', 'scipy', 'astroscrappy',
'reproject', 'scikit-image'],
provides=[PACKAGENAME],
author=AUTHOR,
Expand Down

0 comments on commit 7830b34

Please sign in to comment.