From 325c094e12a59172fecf499d530e92df09614f08 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:57:54 +0100 Subject: [PATCH] python312Packages.keras: disable float64 test on darwin --- pkgs/development/python-modules/keras/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix index f35ff2252362..87f241d3b2ab 100644 --- a/pkgs/development/python-modules/keras/default.nix +++ b/pkgs/development/python-modules/keras/default.nix @@ -92,6 +92,8 @@ buildPythonPackage rec { "test_min_max_norm" ] ++ lib.optionals stdenv.isDarwin [ + # TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead. + "test_dynamic_backend_torch" # AttributeError: module 'numpy' has no attribute 'float128'. Did you mean: 'float16'? "test_spectrogram_error" ];