diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-01-27 00:44:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 00:44:36 -0500 |
commit | 658ea0f8034a100c022be088cfb9a3ea5bcaba55 (patch) | |
tree | bed28116c59ad511c6d0ff7894a8750b96a2c161 | |
parent | 4c0c5e2c73887fd1910cfea0dfd8e286814bb396 (diff) | |
download | astroconda-dev-658ea0f8034a100c022be088cfb9a3ea5bcaba55.tar.gz |
drizzlepac: Fix dependencies (#182)
* Add acstools
* Remove stsci.convolve
-rw-r--r-- | drizzlepac/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index fa83ee5..029f553 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -19,6 +19,7 @@ package: requirements: build: + - acstools - astropy - fitsblender - graphviz @@ -30,7 +31,6 @@ requirements: - sphinx - sphinx_rtd_theme - stsci_rtd_theme - - stsci.convolve - stsci.image - stsci.imagemanip - stsci.imagestats @@ -44,13 +44,13 @@ requirements: - python {{ python }} run: + - acstools - astropy - fitsblender - nictools - nose - scipy - spherical-geometry - - stsci.convolve - stsci.image - stsci.imagemanip - stsci.imagestats |