diff --git a/requirements.txt b/requirements.txt index e776d65c22159e0b6f79759df602844f54b77f13..f53f61ac0c14e97c21fe4b2c9ad7bb3a402cd472 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cytoolz deeptools gffutils -libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@a7dbdd88f9636adcc65e178c5e98fd3e7f3b50fa +libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@09d8dd85807c983d2b60cc362966db756250aa18 libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d matplotlib pandas diff --git a/setup.py b/setup.py index 42246b556cbe075a88db7c4ac5c445f28cd908db..9126825d8e00faf31e1f5255696ed55291df6093 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( "cytoolz", "deeptools", "gffutils", - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@a7dbdd88f9636adcc65e178c5e98fd3e7f3b50fa", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@09d8dd85807c983d2b60cc362966db756250aa18", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", "matplotlib", "pandas"],