Open

Description
Apparently not, it seems to call
pip install --ignore-installed ...
.
Because the build itself is not be isolated from the environment in
other respects, I'm not sure if this is actually sensible behavior by pip...
If the target computer already has a satisfactory version of numpy, then the build system should use that version. Only if the version is not already installed should pip use an isolated environment.
Related: scipy/scipy#7309