Install torchvision with pytorch nighlty

I’m trying to install pytorch-nightly with torchvision, but when I try the following command: conda install pytorch-nightly torchvision cudatoolkit=10.0 -c pytorch it tries to install the stable pytorch instead of pytorch-nightly.

I also install torchvision only first with: conda install torchvision -c pytorch, then when I want to remove the pytorch that comes with it with conda remove pytorch, it removes the torchvision as well!

I have the same problem. I don’t see how to only get torchvision with the pytorch nightly.