gnu: tensorflow: Drop package labels from propagated-inputs.

* gnu/packages/machine-learning.scm (tensorflow)[propagated-inputs]: Drop labels.
This commit is contained in:
Ricardo Wurmus 2023-06-20 18:37:26 +02:00
parent 24fc0d506a
commit 9a7fc01b5c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2794,15 +2794,15 @@ (define-public tensorflow
("swig" ,swig)
("unzip" ,unzip)))
(propagated-inputs
`(("python-absl-py" ,python-absl-py)
("python-astor" ,python-astor)
("python-gast" ,python-gast)
("python-grpcio" ,python-grpcio)
("python-numpy" ,python-numpy)
("python-protobuf" ,python-protobuf-3.6)
("python-six" ,python-six)
("python-termcolo" ,python-termcolor)
("python-wheel" ,python-wheel)))
(list python-absl-py
python-astor
python-gast
python-grpcio
python-numpy
python-protobuf-3.6
python-six
python-termcolor
python-wheel))
(inputs
`(("c-ares" ,c-ares)
("eigen" ,eigen-for-tensorflow)