Try the followings on Python terminal to check the version of Numpy and Scipy.
>>> import numpy>>> numpy.version.version'1.16.2'>>> import scipy>>> scipy.version.version'1.2.1'