Skip to content

Commit

Permalink
pin pysam to a version with a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Feb 14, 2021
1 parent c70973f commit c5d1a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def build_native(spec):
'doc' : ['sphinx', 'myst-parser[sphinx]', 'alabaster',
"sphinxcontrib-napoleon", "nbsphinx",
"ipython"],
'10x': ['bam2fasta==1.0.8'],
'10x': ['bam2fasta==1.0.8', 'pysam==0.16.0.1'],
'storage': ["ipfshttpclient>=0.4.13", "redis"]
},
"include_package_data": True,
Expand Down

0 comments on commit c5d1a94

Please sign in to comment.