aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-03 10:46:08 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-03 10:46:08 +0200
commite945ddff91767ccf117d5ab671d981ac54172796 (patch)
tree59f2023df870bbff81b886ad5b1a020767dffae4 /dev-python
parentsci-libs/torchvision: port to ::gentoo version of pytorch (diff)
downloadsci-e945ddff91767ccf117d5ab671d981ac54172796.tar.gz
sci-e945ddff91767ccf117d5ab671d981ac54172796.tar.bz2
sci-e945ddff91767ccf117d5ab671d981ac54172796.zip
dev-python/pytorch-lightning: port to ::gentoo version of pytorch
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
index 7b3ad5e3f..cf51f4e9b 100644
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
@@ -4,7 +4,6 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@@ -17,8 +16,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- sci-libs/pytorch[python,${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep '
+ sci-libs/pytorch[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
@@ -28,5 +26,4 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/ratelimit[${PYTHON_USEDEP}]
- ')
"