diff --git a/pkgs/development/python-modules/skorch/default.nix b/pkgs/development/python-modules/skorch/default.nix index 9801616ac5a8..63d6387d1ffd 100644 --- a/pkgs/development/python-modules/skorch/default.nix +++ b/pkgs/development/python-modules/skorch/default.nix @@ -17,7 +17,6 @@ pytestCheckHook, safetensors, transformers, - pythonAtLeast, }: buildPythonPackage rec { @@ -32,10 +31,6 @@ buildPythonPackage rec { sha256 = "sha256-7cCtrLy80LUlo+og7F98bexDcLim3lY/MVa7HHYlsfE="; }; - # AttributeError: 'NoneType' object has no attribute 'span' with Python 3.13 - # https://github.com/skorch-dev/skorch/issues/1080 - disabled = pythonAtLeast "3.13"; - build-system = [ setuptools ]; dependencies = [