## 🐛 Bug On a new environment, doing the conda installation results in installing "conda-forge/noarch::pytorch-lightning-0.8.5-py_0". ### To Reproduce ``` conda create -n test_env python=3.9 conda install ipython jupyter conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge conda install pytorch-lightning -c conda-forge ``` ### Expected behavior It should install latest version when possible. ### Environment - PyTorch Version (e.g., 1.10): 1.12 - Python version (e.g., 3.9): 3.9 - OS (e.g., Linux): Linux - CUDA/cuDNN version: 11.6 - GPU models and configuration: 3090 - How you installed PyTorch (`conda`, `pip`, source): conda