From 1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 4 Oct 2018 21:31:24 +0200 Subject: gnu: python-plotly: Add python-pandas to inputs. * gnu/packages/graph.scm (python-plotly)[propagated-inputs]: Add python-pandas. --- gnu/packages/graph.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/graph.scm') 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))) -- cgit v1.2.3