python3Packages.skorch: enable python 3.13

This commit is contained in:
daspk04
2026-04-03 10:17:08 -05:00
parent 4ae6fcbae9
commit 88d3181388
@@ -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 = [