nekhtiari / 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
589 stars 68 forks source link

CI: Remove --ignore-requires-python #43

Closed magdapoppins closed 1 year ago

magdapoppins commented 2 years ago

Remove the --ignore-requires-python flag to make pip pick a numpy version that works with a given python version.

CI wasn't passing due to this issue - see #42

See CI passing in my fork magdapoppins/image-similarity-measures#1