Exchanged keras for tensorflow

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-02-05 15:52:35 +01:00
parent b59e5478c7
commit cf43f81053

View File

@ -35,7 +35,7 @@ setup(
package_data={},
entry_points={},
python_requires="~=3.6",
install_requires=["keras"],
install_requires=["tensorflow"],
license="Apache License 2.0",
classifiers=[
"Operating System :: OS Independent",