diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-08 19:47:16 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-08 19:47:16 +0100 |
commit | b8a8608e64e318ca0bd8fce3ed34468453a87be4 (patch) | |
tree | e6a37f2df4a6b1b49b014394c14392e14c8e5d90 /sci-libs/pytorch | |
parent | sci-libs/pytorch: add 2.2.1 (diff) | |
download | gentoo-b8a8608e64e318ca0bd8fce3ed34468453a87be4.tar.gz gentoo-b8a8608e64e318ca0bd8fce3ed34468453a87be4.tar.bz2 gentoo-b8a8608e64e318ca0bd8fce3ed34468453a87be4.zip |
sci-libs/pytorch: disable py3.9
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild index eeedad68bd1b..40a5e8ab3df1 100644 --- a/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild +++ b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 inherit distutils-r1 prefix |