diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-04-02 09:15:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 09:15:02 -0400 |
commit | 0026d7db8c325f01162a25d944321c5c86ea0935 (patch) | |
tree | b1a44c57e5e3101f801cbbfed172ce00dbe36b6d | |
parent | 9cd9b1de5979842f08063f8c0b40bd3cc3efd52a (diff) | |
download | astroconda-dev-0026d7db8c325f01162a25d944321c5c86ea0935.tar.gz |
drizzlepac: requires nose (#125)
(for now)
-rw-r--r-- | drizzlepac/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index cf362ca..30c2336 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -23,6 +23,7 @@ requirements: - fitsblender - graphviz - nictools + - nose - numpydoc - scipy - spherical-geometry @@ -46,6 +47,7 @@ requirements: - astropy - fitsblender - nictools + - nose - scipy - spherical-geometry - stsci.convolve |