Commit 04d2b841 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.paddlepaddle: fix build

parent 688b234f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;