python3Packages.paddlepaddle: update dependencies (#495096)
This commit is contained in:
@@ -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
|
||||
];
|
||||
@@ -133,6 +135,7 @@ 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