HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
GNU General Public License v3.0
122
stars
77
forks
source link
Pysam 0.13.0 required on Mac, but not on Linux #74
Closed
fabio-t closed 5 years ago
Hi, you provide two Mac OS wheels and several Linux wheels on PiPy.
The Mac OS wheels have, inside the METADATA file, the following pysam requirement:
The Linux wheels, instead, have the following:
Is there a reason for this? Having a fixed dependency version for pysam causes problems when other packages require newer versions.