emaryn 2025-06-27 03:23:31 +08:00
parent eb3a226ec5
commit ee6cfad313

View File

@ -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 = {