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
commit 703038030c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@
typing-extensions, typing-extensions,
ujson, ujson,
distutils, distutils,
huggingface-hub,
}: }:
let let
@ -49,14 +50,14 @@ let
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "paddlex"; pname = "paddlex";
version = "3.0.1"; version = "3.0.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PaddlePaddle"; owner = "PaddlePaddle";
repo = "PaddleX"; repo = "PaddleX";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-qov5nqGIsSfaho2dcWVsyWKQlJsIJgdX3rDz66JtLDI="; hash = "sha256-uIpt2I6Lx/nJDh4sZYBI6dL8IveQf6aOxA/9vKFU2nU=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];
@ -82,6 +83,7 @@ buildPythonPackage rec {
typing-extensions typing-extensions
ujson ujson
gputil gputil
huggingface-hub
]; ];
meta = { meta = {