From 3563eda59a18b51074ba1673865c3698b76282c0 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Fri, 30 Apr 2021 12:24:30 +0200 Subject: [PATCH] Upbdating dependencies. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed3fcb7..ee665fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cytoolz deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041 gffutils -libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec +libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@e0d627032a22c34ecd6b3a2f5c6865187a4e057b libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d matplotlib pandas diff --git a/setup.py b/setup.py index 2df66a2..b417788 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( "cytoolz", "deeptools @ git+https://github.com/blaiseli/deepTools.git@issue-1041", "gffutils", - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@e0d627032a22c34ecd6b3a2f5c6865187a4e057b", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", "matplotlib", "pandas"], -- GitLab