Nowadays, installing pytorch or tensorflow with pip also installs CUDA drivers, see e.g. https://www.tensorflow.org/install/pip
Since when / how is that possible? My understanding for a long time was that pip could only install python packages and that one of the most important benefits of conda was that it could also install other stuff.