From 90f3934c5b601b9f81ecdf13667ab4bc56bf4033 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Tue, 15 Dec 2020 15:23:52 +0100 Subject: [PATCH] Update requirements. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f53f61a..a9ddf11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cytoolz deeptools gffutils -libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@09d8dd85807c983d2b60cc362966db756250aa18 +libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d matplotlib pandas diff --git a/setup.py b/setup.py index 9126825..3522fc8 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( "cytoolz", "deeptools", "gffutils", - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@09d8dd85807c983d2b60cc362966db756250aa18", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", "matplotlib", "pandas"], -- GitLab