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

Constrain scipy version.

Later will have to enable 1.4.2.
parent 39d96816
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,5 @@ pyBigWig ...@@ -8,5 +8,5 @@ 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 scipy<=1.3.3
seaborn seaborn
...@@ -46,7 +46,7 @@ setup( ...@@ -46,7 +46,7 @@ setup(
"pyBigWig", "pyBigWig",
"pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518", "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518",
# "pybedtools", # "pybedtools",
"scipy", "scipy<=1.3.3",
"seaborn"], "seaborn"],
# specific versions and index would rather belong to requirements.txt # specific versions and index would rather belong to requirements.txt
#dependency_links=["git+https://gitlab.pasteur.fr/bli/libworkflows@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1"], #dependency_links=["git+https://gitlab.pasteur.fr/bli/libworkflows@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment