diff options
author | 2023-01-10 15:13:38 +0100 | |
---|---|---|
committer | 2023-01-10 15:15:28 +0100 | |
commit | b616c2de4423c5a6432571e5b66e0ba4356cff88 (patch) | |
tree | 01e6220b7f4eb10adfbebb33cd391d7a1c1c8a52 /sci-libs/keras | |
parent | sci-libs/tensorflow-estimator: Remove Python < 3.10 (diff) | |
download | gentoo-b616c2de4423c5a6432571e5b66e0ba4356cff88.tar.gz gentoo-b616c2de4423c5a6432571e5b66e0ba4356cff88.tar.bz2 gentoo-b616c2de4423c5a6432571e5b66e0ba4356cff88.zip |
sci-libs/keras: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/keras')
-rw-r--r-- | sci-libs/keras/keras-2.10.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/keras/keras-2.11.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/keras/keras-2.10.0.ebuild b/sci-libs/keras/keras-2.10.0.ebuild index 8ee2fa5059b1..148adc58fbc3 100644 --- a/sci-libs/keras/keras-2.10.0.ebuild +++ b/sci-libs/keras/keras-2.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_10 ) inherit bazel distutils-r1 DESCRIPTION="Deep Learning for humans" diff --git a/sci-libs/keras/keras-2.11.0.ebuild b/sci-libs/keras/keras-2.11.0.ebuild index 2164e2fedf6a..2274402e882d 100644 --- a/sci-libs/keras/keras-2.11.0.ebuild +++ b/sci-libs/keras/keras-2.11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_10 ) inherit bazel distutils-r1 DESCRIPTION="Deep Learning for humans" |