diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-09-19 02:08:34 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-09-19 02:08:34 +0800 |
commit | 7f33a68e591ec3b49a89fe70b6958dca189978b3 (patch) | |
tree | af4e00036ef540f733a666ee26f16cc5154194fb /sci-libs/tensorflow | |
parent | net-im/coturn: remove old ebuilds (diff) | |
download | gentoo-7f33a68e591ec3b49a89fe70b6958dca189978b3.tar.gz gentoo-7f33a68e591ec3b49a89fe70b6958dca189978b3.tar.bz2 gentoo-7f33a68e591ec3b49a89fe70b6958dca189978b3.zip |
sci-libs/tensorflow: Add keras deps
Closes: https://bugs.gentoo.org/666424
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-libs/tensorflow')
-rw-r--r-- | sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild index 16e8c2defc3d..f0ce2845ea8d 100644 --- a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild +++ b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) MY_PV=${PV/_rc/-rc} MY_P=${PN}-${MY_PV} @@ -87,6 +87,8 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] >=net-libs/grpc-1.13.0[python,${PYTHON_USEDEP}] + sci-libs/keras-applications[${PYTHON_USEDEP}] + sci-libs/keras-preprocessing[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] system-libs? ( net-libs/google-cloud-cpp |