python3Packages.paddlepaddle: fix build (#497072)

This commit is contained in:
Yt
2026-03-06 13:44:32 +00:00
committed by GitHub
@@ -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;