mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python3Packages.cnvkit: fix build
This commit is contained in:
parent
a1fffa983a
commit
f25e8a6d78
@ -39,6 +39,11 @@ buildPythonPackage rec {
|
|||||||
pomegranate
|
pomegranate
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "pandas >= 0.20.1, < 0.25.0" "pandas"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://cnvkit.readthedocs.io";
|
homepage = "https://cnvkit.readthedocs.io";
|
||||||
description = "A Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data";
|
description = "A Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data";
|
||||||
|
Loading…
Reference in New Issue
Block a user