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

python3Packages.paddlepaddle: update dependencies

parent 5f3c5236
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
  numpy,
  protobuf,
  pillow,
  decorator,
  astor,
  networkx,
  opt-einsum,
  rdma-core,
  safetensors,
@@ -74,15 +73,18 @@ buildPythonPackage {

  buildInputs = lib.optionals cudaSupport [ rdma-core ];

  pythonRelaxDeps = [
    opt-einsum
  ];

  dependencies = [
    setuptools
    httpx
    numpy
    protobuf
    pillow
    decorator
    astor
    opt-einsum
    networkx
    safetensors
    typing-extensions
  ];