Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Blaise LI
libhts
Commits
fcfaae6c
Commit
fcfaae6c
authored
Feb 01, 2019
by
Blaise Li
Browse files
List dependencies for libhts.
parent
abd74548
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fcfaae6c
...
...
@@ -17,7 +17,17 @@ setup(
author
=
"Blaise Li"
,
author_email
=
"blaise.li@normalesup.org"
,
license
=
"MIT"
,
packages
=
find_packages
())
packages
=
find_packages
(),
install_requires
=
[
# "libworkflows",
"matplotlib"
,
"networkx"
,
"numpy"
,
"pandas"
,
"pyBigWig"
,
"pybedtools"
,
"scipy"
,
"seaborn"
])
#ext_modules = cythonize("libsmallrna/libsmallrna.pyx"),
#install_requires=["cytoolz"],
#zip_safe=False
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment