Would torchvision depend on pillow-simd or pillow?

After I had installed torchvison, I found that pillow-simd that may boost the performance of processing images.
I want to switch pillow to pillow-simd. Then just remove pillow and install pillow-simd, then pillow will automatically switch to pillow-simd, or I need to reinstall torchvision?

It should be a drop-in replacement, i.e. since torchvision just imports PIL, Pillow-SIMD should be loaded if available.