Skip to content

Commit 9c6372d

Browse files
author
Måns Magnusson
committed
Updates dependency for click. Fix #90
1 parent f0134dd commit 9c6372d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'
2121

2222
setup(name='genmod',
23-
version='3.7.2',
23+
version='3.7.3',
2424
description='Annotate genetic inheritance models in variant files',
2525
author = 'Mans Magnusson',
2626
author_email = 'mans.magnusson@scilifelab.se',
@@ -31,7 +31,7 @@
3131
'pytabix',
3232
'pytest',
3333
'interval_tree >= 0.3.2',
34-
'click',
34+
'click < 7',
3535
'configobj',
3636
'intervaltree',
3737
'extract_vcf >= 0.4.2'

0 commit comments

Comments
 (0)