gnu: python-pytorch: Add missing input.

* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add
python-click.
This commit is contained in:
Ricardo Wurmus 2021-11-19 17:11:48 +01:00
parent 1e13f73605
commit 9a3dffc851
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2850,6 +2850,7 @@ (define-public python-pytorch
("zstd" ,zstd)))
(propagated-inputs
`(("python-astunparse" ,python-astunparse)
("python-click" ,python-click)
("python-numpy" ,python-numpy)
("python-pyyaml" ,python-pyyaml)
("python-cffi" ,python-cffi)