The solution
dpkg --purge python-numpy <other packages who uses python-numpy>
In my case:
dpkg --purge python-numpy python-matplotlib
dpkg --purge python3-matplotlib
dpkg --purge python3-ufolib2 python3-fonttools
dpkg --purge python3-scipy
dpkg --purge python3-pythran
unix.stackexchange.com/a/759144