diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-09 21:39:54 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-09 21:39:54 +0100 |
commit | 6c4610ee0544074c435417db797ba35a3f58c467 (patch) | |
tree | 9d81f547bc64b85de1a8c78bdb830d1d1262d10c /sci-libs/pytorch | |
parent | sci-libs/branca: add doc deps (diff) | |
download | gentoo-6c4610ee0544074c435417db797ba35a3f58c467.tar.gz gentoo-6c4610ee0544074c435417db797ba35a3f58c467.tar.bz2 gentoo-6c4610ee0544074c435417db797ba35a3f58c467.zip |
sci-libs/pytorch: PythonCompatUpdate
Closes: https://bugs.gentoo.org/921248
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch')
-rw-r--r-- | sci-libs/pytorch/pytorch-2.1.2-r1.ebuild (renamed from sci-libs/pytorch/pytorch-2.1.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pytorch/pytorch-2.1.2.ebuild b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild index cc603731123f..eeedad68bd1b 100644 --- a/sci-libs/pytorch/pytorch-2.1.2.ebuild +++ b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 inherit distutils-r1 prefix |