diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 05:34:11 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 06:19:08 -0700 |
commit | 06ca29b747730888edeab76753350eb5b2f171ed (patch) | |
tree | 923b3c49681ad1d0d258f3690da8d43dd037c3cf /sci-libs | |
parent | dev-python/opt-einsum: add python3_9 (diff) | |
download | gentoo-06ca29b747730888edeab76753350eb5b2f171ed.tar.gz gentoo-06ca29b747730888edeab76753350eb5b2f171ed.tar.bz2 gentoo-06ca29b747730888edeab76753350eb5b2f171ed.zip |
sci-libs/keras-applications: Add python3_9
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild b/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild index 382cc9d362c1..e640d34d62a7 100644 --- a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild +++ b/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Keras deep learning library reference implementations of deep learning models" |