Mxnet installation on windows cuda 11.2

Hi, I am looking to install mxnet package on windows with ampere architecture GPUs RTX3060 and it supports cuda > 11.0.
While installing mxnet with cuda 11.2 using pip install mxnet-cu112
I’m getting following errors

ERROR: Could not find a version that satisfies the requirement mxnet-cu112 (from versions: none)
ERROR: No matching distribution found for mxnet-cu112

I have also tried
pip install mxnet-cu112 -f https://dist.mxnet.io/python
but to no avail

Could anyone please let me know how to install mxnet with cuda 11.2 support on Windows? It’s urgent.