From 21f095c38ce689f1fde3a46bb3fda1dd6b7d3e12 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Tue, 25 Oct 2022 12:24:03 +0200 Subject: [PATCH] Incoherent dependencies. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 849fd2d..7a066f0 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ from setuptools import setup, find_packages setup( name="snakemake_wrappers", - version=0.4, + version=0.4.1, description="Snakemake wrappers and rules that can be included in snakemake workflows.", author="Blaise Li", author_email="blaise.li@normalesup.org", license="GNU GPLv3", packages=find_packages(), install_requires=[ - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@36d33ac2c366c0f0702ab50fdcab37261add7b9c", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444", "pandas", -- GitLab