keflavich / FITS_tools

Simple scipy and python based tools for FITS image manipulation
17 stars 12 forks source link

update_default_config deprecated in astropy 6.1.1 #15

Open mcyc opened 1 month ago

mcyc commented 1 month ago

astropy has deprecated update_default_config in version 6.1.1, specifically: "Removed deprecated ConfigurationMissingWarning class and update_default_config function; There are no replacements as they should not be used anymore."

This causes an issue with the following line:

https://github.com/keflavich/FITS_tools/blob/80616e3301931e3157d54738a9c63ac03c0172f5/FITS_tools/__init__.py#L25