python312Packages.paddlex: remove pythonRemoveDeps

This commit is contained in:
kyehn
2025-12-14 18:17:16 +00:00
committed by kyehn
parent fa6a2b673c
commit a8828b138d
@@ -19,6 +19,8 @@
ujson,
distutils,
huggingface-hub,
modelscope,
aistudio-sdk,
nix-update-script,
}:
@@ -63,11 +65,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRemoveDeps = [
# unpackaged
"aistudio-sdk"
"modelscope"
];
pythonRelaxDeps = [
"numpy"
"pandas"
@@ -91,6 +88,8 @@ buildPythonPackage rec {
ujson
gputil
huggingface-hub
modelscope
aistudio-sdk
];
passthru.updateScript = nix-update-script { };