diff options
| author | Arun Isaac | 2021-11-19 16:54:55 +0530 | 
|---|---|---|
| committer | Arun Isaac | 2021-11-19 16:54:55 +0530 | 
| commit | f19ae84077995e621fd559bc0e56127800593f99 (patch) | |
| tree | cc0482ab2c55f65969b42b6f34d237f60b93ebea | |
| parent | 8c72fa0cfdccb55e22b98b5f242f07d530e7c573 (diff) | |
| download | genenetwork3-f19ae84077995e621fd559bc0e56127800593f99.tar.gz | |
Remove duplicated python-plotly dependency.
* guix.scm (genenetwork3)[propagated-inputs]: Remove python-plotly.
| -rw-r--r-- | guix.scm | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/guix.scm b/guix.scm index faf353f..6a5bbfe 100644 --- a/guix.scm +++ b/guix.scm @@ -84,7 +84,6 @@ ("r-stringi" ,r-stringi) ("r-wgcna" ,r-wgcna) ("r-rjson" ,r-rjson) - ("python-plotly" ,python-plotly) ("python-pandas" ,python-pandas) ("python-pingouin" ,python-pingouin) ("rust-qtlreaper" ,rust-qtlreaper))) | 
