From 3bf447402ee938d825ac43b33d12bb065c88139f Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Wed, 22 Jan 2020 18:39:49 +0100 Subject: [PATCH] Revert "Back to custom pybedtools." This reverts commit 2b8a5ee6c704c7163bcf817c7673b6691f3280aa. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 512701d..caea281 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup( "numpy", "pandas", "pyBigWig", - "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers", - # "pybedtools", + # "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers", + "pybedtools", "scipy", "seaborn"], # specific versions and index would rather belong to requirements.txt -- GitLab