Skip to content

Commit

Permalink
Bumped to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Jul 18, 2017
1 parent 3faf8ca commit 30e3312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion astroalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import numpy as _np

__version__ = '1.0.dev3'
__version__ = '1.0'

from skimage.transform import estimate_transform
from skimage.transform import matrix_transform # noqa
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
numpy>=1.6.2
scipy>=0.15
astropy>=1.0
scikit-image>=0.13
sep>=1.0

0 comments on commit 30e3312

Please sign in to comment.