python3Packages.paddlepaddle: fix build

This commit is contained in:
Robert Schütz
2026-03-05 19:36:30 -08:00
parent 688b234f80
commit 04d2b84122
@@ -74,7 +74,7 @@ buildPythonPackage {
buildInputs = lib.optionals cudaSupport [ rdma-core ];
pythonRelaxDeps = [
opt-einsum
"opt_einsum"
];
dependencies = [
@@ -135,7 +135,6 @@ buildPythonPackage {
passthru.updateScript = ./update.sh;
meta = {
broken = true;
description = "Machine Learning Framework from Industrial Practice";
homepage = "https://github.com/PaddlePaddle/Paddle";
license = lib.licenses.asl20;