If I understand your question and the python package for termux correctly, yes.
Currently installing termux's python leads to installing pip, and step 5 of 'getting python and jupyter to work' involves installing numpy and scipy using pip.
To confirm some level of 'working' I just started up python and did 'import scipy; import numpy'. Seemed to work fine