How can pip skip only one dependency while install all the others. Using --no-deps, --no-dependencies as answered on this topic would not work since it prevents all depencencies.
The reason I need to skip a single dependency is due to the fact this dependency is not compatible under my environment (I have a personalized version of this dependency instead)