up42 / image-similarity-measures

:chart_with_upwards_trend: Implementation of eight evaluation metrics to access the similarity between two images. The eight metrics are as follows: RMSE, PSNR, SSIM, ISSM, FSIM, SRE, SAM, and UIQ.
MIT License
549 stars 68 forks source link

Remove upper bound on python_requires #42

Closed akx closed 1 year ago

akx commented 1 year ago

It's likely that the package will work fine on newer Pythons.

CI is not passing due to Numpy version shenanigans, but #43 oughta fix that right up.

chrieke commented 1 year ago

Tested with 3.10. Relatively low chance it will break with future versions, removing upper bounds due to longer maintenance inactivity.