Loading pkgs/development/python-modules/x-transformers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system hatchling, Loading Loading @@ -41,6 +42,9 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; # RuntimeError: torch.compile is not supported on Python 3.14+ disabledTests = lib.optionals (pythonAtLeast "3.14") [ "test_up" ]; pythonImportsCheck = [ "x_transformers" ]; meta = { Loading Loading
pkgs/development/python-modules/x-transformers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build-system hatchling, Loading Loading @@ -41,6 +42,9 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; # RuntimeError: torch.compile is not supported on Python 3.14+ disabledTests = lib.optionals (pythonAtLeast "3.14") [ "test_up" ]; pythonImportsCheck = [ "x_transformers" ]; meta = { Loading