summaryrefslogtreecommitdiff
path: root/calcos/build.sh
blob: 52582b9e3f1c439b57e51f083220ee0c40e13dc9 (plain) (blame)
1
2
3
4

pip install --no-deps --upgrade --force d2to1
sed -i -e 's|pyfits.*|astropy (>=0.3.1)|' setup.cfg
python setup.py install || exit 1