spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

Add requirement on packaging #218

Open zonca opened 3 years ago

zonca commented 3 years ago

Checking the version of photutils requires the packaging module. See:

https://github.com/spacetelescope/imexam/blob/da7e3c57cc51a4bf5a31ad444ff44c8b7e3f216f/imexam/imexamine.py#L62-L68

I happened to have photutils installed, but it was not detected by imexam becase trying to import packaging was throwing ImportError.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.2%) to 38.334% when pulling 8d4da3efb0d3830070e4b9fc3c40f6a8e22d811d on zonca:patch-1 into d6f21d13d0e46a07de21512c0a25d5a97084a138 on spacetelescope:master.