aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-10-04 21:31:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-10-05 09:21:54 +0200
commit1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2 (patch)
tree279a52d0f80204e2cf8012b077e67da9e715e2fd
parentf79b59e3114af8fcd598427655f3ab9512d58164 (diff)
downloadguix-1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2.tar
guix-1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2.tar.gz
gnu: python-plotly: Add python-pandas to inputs.
* gnu/packages/graph.scm (python-plotly)[propagated-inputs]: Add python-pandas.
-rw-r--r--gnu/packages/graph.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 245ee8f956..cb314719b7 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -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)))