We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0134dd commit 9c6372dCopy full SHA for 9c6372d
setup.py
@@ -20,7 +20,7 @@
20
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'
21
22
setup(name='genmod',
23
- version='3.7.2',
+ version='3.7.3',
24
description='Annotate genetic inheritance models in variant files',
25
author = 'Mans Magnusson',
26
author_email = 'mans.magnusson@scilifelab.se',
@@ -31,7 +31,7 @@
31
'pytabix',
32
'pytest',
33
'interval_tree >= 0.3.2',
34
- 'click',
+ 'click < 7',
35
'configobj',
36
'intervaltree',
37
'extract_vcf >= 0.4.2'
0 commit comments