python312Packages.paddlex: 3.0.1 -> 3.0.3 (#419366)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-27 08:13:44 +02:00
committed by GitHub
@@ -18,6 +18,7 @@
typing-extensions,
ujson,
distutils,
huggingface-hub,
}:
let
@@ -49,14 +50,14 @@ let
in
buildPythonPackage rec {
pname = "paddlex";
version = "3.0.1";
version = "3.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PaddlePaddle";
repo = "PaddleX";
tag = "v${version}";
hash = "sha256-qov5nqGIsSfaho2dcWVsyWKQlJsIJgdX3rDz66JtLDI=";
hash = "sha256-uIpt2I6Lx/nJDh4sZYBI6dL8IveQf6aOxA/9vKFU2nU=";
};
build-system = [ setuptools ];
@@ -82,6 +83,7 @@ buildPythonPackage rec {
typing-extensions
ujson
gputil
huggingface-hub
];
meta = {