[X] I searched the issues and found no similar issues.
Component
Transforms/universal/fdedup
What happened + What you expected to happen
!pip install data-prep-toolkit-transforms[fdedup]==0.2.2.dev2 says fdedup does not exists, also !pip install data-prep-toolkit-transforms[all]==0.2.2.dev2 does not install fdedup.
Search before asking
Component
Transforms/universal/fdedup
What happened + What you expected to happen
!pip install data-prep-toolkit-transforms[fdedup]==0.2.2.dev2
saysfdedup
does not exists, also!pip install data-prep-toolkit-transforms[all]==0.2.2.dev2
does not installfdedup
.The reason it is missing because it is not listed here in all - https://github.com/IBM/data-prep-kit/blob/dev/transforms/pyproject.toml#L25
Reproduction script
!pip install data-prep-toolkit-transforms[fdedup]==0.2.2.dev2
Anything else
No response
OS
Ubuntu
Python
3.10.x
Are you willing to submit a PR?