python3Packages.paddlepaddle: fix build (#497072)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user