diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-10-04 21:31:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-05 09:21:54 +0200 |
commit | 1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2 (patch) | |
tree | 279a52d0f80204e2cf8012b077e67da9e715e2fd /gnu/packages/graph.scm | |
parent | f79b59e3114af8fcd598427655f3ab9512d58164 (diff) | |
download | guix-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.
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 1 |
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))) |