Why pytorch pip install include 10.x except 10.0

i want to pip install pytorch 1.7+ with cuda 10.0 but there is no cuda 10.0

The currently built binaries ship with the CUDA10.2 and 11.1 runtime, so you could pick one of these two or alternatively build from source using a locally installed CUDA10.0 toolkit.