From 0bb7d42589bde0c329ab0ddd129408c70d1a1592 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 23 Sep 2026 23:16:35 +0200 Subject: [PATCH] sci-ml/pytorch: add networkx dependency Signed-off-by: Alfredo Tupone --- .../{pytorch-2.14.0-r3.ebuild => pytorch-2.14.0-r4.ebuild} | 1 + 1 file changed, 1 insertion(+) rename sci-ml/pytorch/{pytorch-2.14.0-r3.ebuild => pytorch-2.14.0-r4.ebuild} (99%) diff --git a/sci-ml/pytorch/pytorch-2.14.0-r3.ebuild b/sci-ml/pytorch/pytorch-2.14.0-r4.ebuild similarity index 99% rename from sci-ml/pytorch/pytorch-2.14.0-r3.ebuild rename to sci-ml/pytorch/pytorch-2.14.0-r4.ebuild index 1f2f5ed409850..7ed5c3587e016 100644 --- a/sci-ml/pytorch/pytorch-2.14.0-r3.ebuild +++ b/sci-ml/pytorch/pytorch-2.14.0-r4.ebuild @@ -73,6 +73,7 @@ RDEPEND=" dev-libs/sleef sci-ml/onnx $(python_gen_cond_dep ' + dev-python/networkx[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] ')