xinntao / facexlib

FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
MIT License
810 stars 143 forks source link

Fix compatibility issues with NumPy #47

Open ZillaRU opened 6 months ago

ZillaRU commented 6 months ago

Address the issue where facexlib was constrained to using older versions of NumPy, leading to unnecessary version conflicts with other dependencies. The updates made here enhance compatibility, allowing us to use more recent versions of NumPy without the need for downgrading.