Skip to content

Commit

Permalink
sci-libs/keras-applications: Add python3_9
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jason Zaman <[email protected]>
  • Loading branch information
perfinion committed Aug 1, 2021
1 parent 257d443 commit 06ca29b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 06ca29b

Please sign in to comment.