gnu: python-plotly: Add python-pandas to inputs.

* gnu/packages/graph.scm (python-plotly)[propagated-inputs]: Add
python-pandas.
master
Ricardo Wurmus 2018-10-04 21:31:24 +02:00
parent f79b59e311
commit 1a28b9ab55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ lines.")
(propagated-inputs
`(("python-decorator" ,python-decorator)
("python-nbformat" ,python-nbformat)
("python-pandas" ,python-pandas)
("python-pytz" ,python-pytz)
("python-requests" ,python-requests)
("python-six" ,python-six)))