Loading pkgs/development/python-modules/timm/default.nix +12 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system pdm-backend, Loading Loading @@ -50,7 +51,12 @@ buildPythonPackage rec { enabledTestPaths = [ "tests" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: torch.compile is not supported on Python 3.14+ "test_kron" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised: # CppCompileError: C++ compile error # OpenMP support not found. Loading Loading
pkgs/development/python-modules/timm/default.nix +12 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system pdm-backend, Loading Loading @@ -50,7 +51,12 @@ buildPythonPackage rec { enabledTestPaths = [ "tests" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: torch.compile is not supported on Python 3.14+ "test_kron" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised: # CppCompileError: C++ compile error # OpenMP support not found. Loading