Closed
Description
Is there a way to mark some dependencies to install without their dependencies with uv? This is similar to pypa/pip#10837 .
For example installing pgmpy
but without pytorch
. It's ok to add rest of pgmpy
dependendecies directly.