Installing PL Lightning with Pytorch 1.2

I have pytorch 1.2 currently installed, and i want to install lightning. However, when I pip install lightning, torch gets upgraded to 1.8, and hence i lose cuda comparability. Is there any way i can keep torch 1.2 and install PL?