Guess I cannot run parallel synchronization with my Video card

Newbie Question:
torch.cuda.synchronize() # check for cuda
E:\ProgramData\Anaconda3\lib\site-packages\torch\cuda_init_.py:118: UserWarning:
Found GPU0 GeForce GTX 650 which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability that we support is 3.5.
warnings.warn(old_gpu_warn % (d, name, major, capability[1]))

When I install the latest CUDA supported card, will I have to reinstall all libraries and Anaconda/Spyder etc?