python313Packages.skorch: disabled

This commit is contained in:
natsukium
2025-01-18 17:25:36 +09:00
parent a3d4df616f
commit 22c57a0b75
@@ -30,7 +30,9 @@ buildPythonPackage rec {
hash = "sha256-AguMhI/MO4DNexe5azVEXOw7laTRBN0ecFW81qqh0rY=";
};
disabled = pythonOlder "3.9";
# AttributeError: 'NoneType' object has no attribute 'span' with Python 3.13
# https://github.com/skorch-dev/skorch/issues/1080
disabled = pythonOlder "3.9" || pythonAtLeast "3.13";
build-system = [ setuptools ];