python312Packages.paddlex: 3.0.1 -> 3.0.3 (#419366)
This commit is contained in:
commit
703038030c
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user