v0.3.1rc0
Pre-release
Pre-release
Release candidate 0 of version 0.3.1.
- Require
keras>=2.0.9,<2.3.0
in dependencies to avoid force installation of TF 2.x during pip installation. - Update README and installation docs to explicitly state that we do not yet support TF 2.x and to offer a working dependency combination.
- Require
kapre==0.1.4
in dependencies to avoid installingtensorflow>=1.14
which break regression tests.