From 092858b92c5c15d67ed770d8dd961a40ffbf0eb9 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 20 May 2021 22:50:56 +0200 Subject: [PATCH] Set dependencies at same versions than workflows. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 435b2ac..deb5b77 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ setup( license="MIT", packages=find_packages(), install_requires=[ - "bam25prime @ git+https://gitlab.pasteur.fr/bli/bam25prime.git", + "bam25prime @ git+https://gitlab.pasteur.fr/bli/bam25prime.git@ec4aaa5b1add2733c74eaeb9bb881034e702a916", "cytoolz", - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git", - "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git"]) + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc", + "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444"]) #ext_modules = cythonize("libsmallrna/libsmallrna.pyx"), #install_requires=["cytoolz"], #zip_safe=False -- GitLab