Skip to content
Snippets Groups Projects
Commit 092858b9 authored by Blaise Li's avatar Blaise Li
Browse files

Set dependencies at same versions than workflows.

parent 147fd584
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,10 @@ setup( ...@@ -19,10 +19,10 @@ setup(
license="MIT", license="MIT",
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"bam25prime @ git+https://gitlab.pasteur.fr/bli/bam25prime.git", "bam25prime @ git+https://gitlab.pasteur.fr/bli/bam25prime.git@ec4aaa5b1add2733c74eaeb9bb881034e702a916",
"cytoolz", "cytoolz",
"libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git", "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc",
"libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git"]) "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444"])
#ext_modules = cythonize("libsmallrna/libsmallrna.pyx"), #ext_modules = cythonize("libsmallrna/libsmallrna.pyx"),
#install_requires=["cytoolz"], #install_requires=["cytoolz"],
#zip_safe=False #zip_safe=False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment