diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-02-18 10:27:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-18 10:27:17 -0500 |
| commit | ccf7ac1d105583cd96d52ddae6091f0897656a16 (patch) | |
| tree | 810aeab408c06a9e3dbe382b6998e7241883827b /drizzlepac/meta.yaml | |
| parent | 8c27d0884ef845597e796031646aa131abe02dca (diff) | |
| download | astroconda-dev-ccf7ac1d105583cd96d52ddae6091f0897656a16.tar.gz | |
Fix build failures in drizzlepac (#186)
Diffstat (limited to 'drizzlepac/meta.yaml')
| -rw-r--r-- | drizzlepac/meta.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 029f553..7452ae8 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -21,6 +21,7 @@ requirements: build: - acstools - astropy + - astroquery - fitsblender - graphviz - nictools @@ -40,12 +41,16 @@ requirements: - stwcs - stregion - setuptools + - photutils + - pysynphot + - tweakwcs - numpy {{ numpy }} - python {{ python }} run: - acstools - astropy + - astroquery - fitsblender - nictools - nose @@ -60,6 +65,9 @@ requirements: - stwcs - stregion - setuptools + - photutils + - pysynphot + - tweakwcs - numpy - python |
