visual-layer / fastdup

fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Other
1.51k stars 74 forks source link

[Feature Request]: Unpin dependencies #329

Closed fairead closed 3 weeks ago

fairead commented 3 weeks ago

Feature Name

Unpin dependencies

Feature Description

I wish to suggest for unpinning of fastdup dependencies to allow users to use their own selected dependency versions. For example, the current fastdup v2.2 still uses pandas v2.0.3 whereas the latest pandas version is currently of v2.2.2.

Contact Information [Optional]

No response

dbickson commented 3 weeks ago

hi @fairead it is difficult to remove pinned deps, since we support multiple operating systems including windows, linux and mac and each one has their own constraints. I suggest to install fastdup as usual, then you can upgrade pandas and it should work fine. (Try it out and let us know).