From 6845478adea57714422a6658879e5cb5907989ee Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 3 Jun 2026 08:51:40 +0000 Subject: [PATCH] python3Packages.torchtitan: make test dependency on triton explicit --- pkgs/development/python-modules/torchtitan/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/torchtitan/default.nix b/pkgs/development/python-modules/torchtitan/default.nix index 44bb493de581..e7e16da4040f 100644 --- a/pkgs/development/python-modules/torchtitan/default.nix +++ b/pkgs/development/python-modules/torchtitan/default.nix @@ -22,6 +22,7 @@ # tests pytestCheckHook, tomli-w, + triton, writableTmpDirAsHomeHook, }: @@ -60,6 +61,7 @@ buildPythonPackage (finalAttrs: { pytestCheckHook tomli-w transformers + triton writableTmpDirAsHomeHook ];