diff options
-rw-r--r-- | calcos/calcos.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calcos/calcos.ini b/calcos/calcos.ini index 4a93bec..a6b1176 100644 --- a/calcos/calcos.ini +++ b/calcos/calcos.ini @@ -38,6 +38,8 @@ commands : [cbc_build] linux : pip install --no-deps --upgrade --force d2to1 + # Pipeline backwards compat + sed -i -e 's|pyfits.*|astropy (>=0.3.1)|' setup.cfg python setup.py install || exit 1 windows : |