diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-17 13:37:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-17 13:37:15 -0400 |
commit | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (patch) | |
tree | d69b9c3d69cf24e67fc33ca33a7b9c4c54edb409 /drizzlepac/drizzlepac.ini | |
parent | 61d97c8ed4236c61f7e7c727cd958685d3de7a2e (diff) | |
download | cbc-recipes-master.tar.gz |
Diffstat (limited to 'drizzlepac/drizzlepac.ini')
-rw-r--r-- | drizzlepac/drizzlepac.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drizzlepac/drizzlepac.ini b/drizzlepac/drizzlepac.ini index 0b0a1c6..9d85ab2 100644 --- a/drizzlepac/drizzlepac.ini +++ b/drizzlepac/drizzlepac.ini @@ -16,7 +16,6 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: astropy >=1.1 - astrolib.coords fitsblender nictools numpy @@ -36,7 +35,6 @@ build: setuptools run: astropy >=1.1 - astrolib.coords fitsblender nictools numpy @@ -69,6 +67,7 @@ commands: linux: echo This d2to1 hack is deadly. pip install --no-deps --upgrade --force d2to1 || exit 1 + test -f setup.cfg && sed -i -e '/astrolib\.coords.*/d' setup.cfg python setup.py install || exit 1 windows: |