benmontet / f3

Full Frame Fotometry from the Kepler Full Frame Images
MIT License
20 stars 6 forks source link

Fix Python 3 issues #2

Closed barentsen closed 6 years ago

barentsen commented 7 years ago

I propose a few changes to make f3 compatible with Python 3:

Finally, I propose adding kplr to install_requires in setup.py, to help users hit the ground running; setup.py will automatically install kplr using pip.

(I was also going to remove the pyfits dependency but speedy @mirca beat me to it!)

benmontet commented 6 years ago

I like it.

Only issue with kplr is I believe the version you need hasn't been uploaded to pypi. We should verify/prod Dan if this is still true.

barentsen commented 6 years ago

I removed kplr from install_requires in setup.py!