diff --git a/requirements.txt b/requirements.txt
index 26112c1dd2e8f786c7b1d907763540a79a349fe4..e12cc1705d5b20ab481156fe1091e5ae01a0b0ea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec
 libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d
-libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git
+libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@da11f81ddf1ddd7fc846361a9217f8152548f4b4
 pandas
 snakemake
diff --git a/setup.py b/setup.py
index d82ca30a82ecbd5518eeff2acb2e420cb2734093..08906b48ed7788aa5107f295faf4091e3fe82771 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
     install_requires=[
         "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec",
         "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d",
-        "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git",
+        "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@da11f81ddf1ddd7fc846361a9217f8152548f4b4",
         "pandas",
         "snakemake"],
     package_data={