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

Simpler dependencies.

parent 9d8662b0
No related branches found
No related tags found
No related merge requests found
Cython Cython
libworkflows @ git+https://bioinfo_utils:tfuTQsSZWMtC5xXJNFJh@gitlab.pasteur.fr/bli/libworkflows.git libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git
matplotlib matplotlib
networkx networkx
numpy numpy
pandas pandas
pyBigWig pyBigWig
# pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers --global-option="cythonize" # pybedtools @ git+https://github.com/blaiseli/pybedtools.git@fix_missing_headers --global-option="cythonize"
pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518 # pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518
# pybedtools pybedtools
# scipy<=1.3.3 # scipy<=1.3.3
scipy>=1.4.2 scipy>=1.4.2
seaborn seaborn
...@@ -38,14 +38,15 @@ setup( ...@@ -38,14 +38,15 @@ setup(
install_requires=[ install_requires=[
#"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1", #"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1",
#"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git#egg=libworkflows-0.1", #"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git#egg=libworkflows-0.1",
"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git", #"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git",
"libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git",
"matplotlib", "matplotlib",
"networkx", "networkx",
"numpy", "numpy",
"pandas", "pandas",
"pyBigWig", "pyBigWig",
"pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518", # "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518",
# "pybedtools", "pybedtools",
# "scipy<=1.3.3", # "scipy<=1.3.3",
"scipy>=1.4.2", "scipy>=1.4.2",
"seaborn"], "seaborn"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment