markusressel / py-image-dedup

CLI utility to find near duplicate images and remove all but the best copy.
GNU Affero General Public License v3.0
156 stars 16 forks source link

Pin numpy version to 1.23.1 #345

Closed shbatm closed 1 year ago

shbatm commented 1 year ago

Fix #329 by pinning numpy to 1.23.1 and updating Poetry version and lock.

Temporary fix until updating to fix the underlying error:

Original reference for suggested change: https://stackoverflow.com/questions/74893742/how-to-solve-attributeerror-module-numpy-has-no-attribute-bool

markusressel commented 1 year ago

Thx :)