We're using Ubuntu 16.04 based Docker containers in our CI and using Tensorflow from pre-built wheel file which contains requirement 'numpy>=1.13.3'. I've got numpy version updated automatically from PyPI to 1.16.0 version today and my tests have failed with the following error on numpy imp...