[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)))
- branch master updated (4a5e2a9 -> a679821), Ricardo Wurmus, 2018/10/05
- 01/07: gnu: htslib: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 02/07: gnu: samtools: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 03/07: gnu: bcftools: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 07/07: gnu: samtools-0.1: Adjust to match changes in samtools., Ricardo Wurmus, 2018/10/05
- 06/07: gnu: deeptools: Update to 3.1.2., Ricardo Wurmus, 2018/10/05
- 04/07: gnu: python-plotly: Add python-pandas to inputs.,
Ricardo Wurmus <=
- 05/07: gnu: python-pysam: Update to 0.15.1., Ricardo Wurmus, 2018/10/05