guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: python-plotly: Add python-pandas to inputs.


From: Ricardo Wurmus
Subject: 04/07: gnu: python-plotly: Add python-pandas to inputs.
Date: Fri, 5 Oct 2018 03:22:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1a28b9ab55b36f420ed24acd4c957b7fc0fe33b2
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Oct 4 21:31:24 2018 +0200

    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(+)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 245ee8f..cb31471 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]