Updated numpy to 1.14.5 which includes bug fixes.
Summarized Changelog:
- Fixes for compiler instruction reordering that resulted in NaN's not being properly propagated in np.max and np.min
- In python2, float types use the new print style when printing to a file
- style arg in "legacy" print mode now works for 0d arrays
- Improved PyPy compatibility