- Forced Python version to 3.6 (as 3.7 gives "Importing the numpy C-extensions failed." error) in
install_tensorflow()
. - Force required version of
h5py
to 2.10.0 ininstall_tensorflow()
(fixes #1 and fixes #2).
- Initial release.
- Added a
NEWS.md
file to track changes to the package.