Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awnimo authored Mar 5, 2019
1 parent f3de6d3 commit c75507e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def doraise_py_compile(file, cfile=None, dfile=None, doraise=False):
# install phenograph if pip3 is installed
if shutil.which('pip3'):
call(['pip3', 'install', 'git+https://github.com/jacoblevine/phenograph.git'])
call(['pip3', 'install', 'git+https://github.com/pkathail/magic.git'])
call(['pip3', 'install', 'git+https://github.com/dpeerlab/magic.git'])

# get version
with open('src/seqc/version.py') as f:
Expand Down Expand Up @@ -68,7 +68,7 @@ def doraise_py_compile(file, cfile=None, dfile=None, doraise=False):
'multiprocessing_on_dill',
'jinja2',
'pycrypto',
'cairocffi>=0.8.0',
'cairocffi==0.9.0',
'weasyprint',
'scikit_learn>=0.17'],
scripts=['src/scripts/SEQC'],
Expand Down

0 comments on commit c75507e

Please sign in to comment.