TESScience / SPyFFI

Spiffy Python for TESS Full Frame Images
MIT License
6 stars 7 forks source link

Fix numpy requirement for building using setup_requires #20

Closed doctormo closed 8 years ago

doctormo commented 8 years ago

These changes are needed to build on a blank Ubuntu 16.04 machine, installing python-dev and libfreetype6-dev into a virtualenv using python 2.7.

Without these changes numpy is missing from the requirements and the package doesn't build and install. (even doing ./setup.py --help would fail here)

xcthulhu commented 8 years ago

Looks good, I'm going to go ahead and merge.

Thanks so much for helping us out @doctormo !