Unverified Commit 88d31813 authored by daspk04's avatar daspk04
Browse files

python3Packages.skorch: enable python 3.13

parent 4ae6fcba
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 = [