How does one install a torchtext version compatible with cuda >=11.0?

I’ve tried:

conda install -y pytorch==1.9 torchvision torchaudio torchtext cudatoolkit=11.0 -c pytorch -c nvidia

but I think version keep changing in between by themselves and I can’t figure out what is wrong. Any ideas?

related: