Skip to content

Commit c75507e

Browse files
authored
Update setup.py
1 parent f3de6d3 commit c75507e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def doraise_py_compile(file, cfile=None, dfile=None, doraise=False):
2626
# install phenograph if pip3 is installed
2727
if shutil.which('pip3'):
2828
call(['pip3', 'install', 'git+https://github.com/jacoblevine/phenograph.git'])
29-
call(['pip3', 'install', 'git+https://github.com/pkathail/magic.git'])
29+
call(['pip3', 'install', 'git+https://github.com/dpeerlab/magic.git'])
3030

3131
# get version
3232
with open('src/seqc/version.py') as f:
@@ -68,7 +68,7 @@ def doraise_py_compile(file, cfile=None, dfile=None, doraise=False):
6868
'multiprocessing_on_dill',
6969
'jinja2',
7070
'pycrypto',
71-
'cairocffi>=0.8.0',
71+
'cairocffi==0.9.0',
7272
'weasyprint',
7373
'scikit_learn>=0.17'],
7474
scripts=['src/scripts/SEQC'],

0 commit comments

Comments
 (0)