python3Packages.gluonts: 0.16.2 -> 0.16.3

This commit is contained in:
R. Ryantm
2026-06-29 10:04:02 +00:00
parent 83f5f3de2c
commit ae9e893ee8

View File

@@ -33,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "gluonts";
version = "0.16.2";
version = "0.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "awslabs";
repo = "gluonts";
tag = "v${finalAttrs.version}";
hash = "sha256-h0+RYgGMz0gPchiKGIu0/NGcWBky5AWNTJKzoupn/iQ=";
hash = "sha256-WQu9QahzbCofC+deso8T93ABJROVLdAegiKtOTxfhT4=";
};
# pydantic.v1.errors.ConfigError: unable to infer type for attribute "target"