From 1735a1b3bc6b56175eb0a3ada6c6fd894d2d95af Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 21 May 2026 10:13:35 +0000 Subject: [PATCH] python3Packages.executorch: relax mpmath --- pkgs/development/python-modules/executorch/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/executorch/default.nix b/pkgs/development/python-modules/executorch/default.nix index 02604cfe8f10..adc2c81908f8 100644 --- a/pkgs/development/python-modules/executorch/default.nix +++ b/pkgs/development/python-modules/executorch/default.nix @@ -152,6 +152,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { "pytest-xdist" ]; pythonRelaxDeps = [ + "mpmath" "scikit-learn" "torchao" ];