From 86b49bd888903849f1d455f353bdbb0976c72cf1 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Wed, 9 Dec 2020 16:02:00 +0100 Subject: [PATCH] Revert to using unofficial pybedtools. --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f50c10..8b8227e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ numpy pandas pyBigWig # pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers --global-option="cythonize" -# pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518 -pybedtools +pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518 +# pybedtools # scipy<=1.3.3 scipy>=1.4.2 seaborn diff --git a/setup.py b/setup.py index 71b957e..953017f 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,8 @@ setup( "numpy", "pandas", "pyBigWig", - # "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518", - "pybedtools", + "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518", + # "pybedtools", # "scipy<=1.3.3", "scipy>=1.4.2", "seaborn"], -- GitLab