From ccf7ac1d105583cd96d52ddae6091f0897656a16 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 18 Feb 2019 10:27:17 -0500 Subject: Fix build failures in drizzlepac (#186) --- drizzlepac/build.sh | 3 --- drizzlepac/meta.yaml | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 0a3e0f1..34a92a1 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,5 +1,2 @@ -# Placeholder for real conda package -pip install --no-deps --upgrade --force sphinx-automodapi - $PYTHON setup.py build_sphinx $PYTHON setup.py install 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 -- cgit