Commit 74e33613 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.gluonts: disable on python>=3.14

parent a9cbf267
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  pythonAtLeast,

  # build-system
  setuptools,
@@ -42,6 +43,9 @@ buildPythonPackage (finalAttrs: {
    hash = "sha256-h0+RYgGMz0gPchiKGIu0/NGcWBky5AWNTJKzoupn/iQ=";
  };

  # pydantic.v1.errors.ConfigError: unable to infer type for attribute "target"
  disabled = pythonAtLeast "3.14";

  patches = [
    # Fixes _pickle.UnpicklingError: Weights only load failed.
    # https://github.com/awslabs/gluonts/pull/3269