Hello,
Is there a way one can download packages that are not within the Esri package manager?
For example, I want to download the latest version of selenium. According to the package manager, this installed version is 3.141, which is miles behind the current version I would like (4.21.0)

when I try and download selenium through the python command prompt: conda install -c esri selenium I get the same issue. Which is obvious since it is doing the above, just through the command prompt.
So I am wondering how I can download packages etc. that are not within this Esri library . Ideally I would like to avoid using pip because I am trying to get other people to download things on their machines, so the less steps they have to download the better. But I understand if that is not possible. Thanks!