hall-lab / svtools

Tools for processing and analyzing structural variants.
MIT License
150 stars 54 forks source link

Resolve incompatible Python dependencies #319

Open iainrb opened 2 years ago

iainrb commented 2 years ago

setup.py was using the latest stable release for dependencies without a version specified; this resulted in incompatible dependency versions. This commit changes some versions and ensures all dependencies have a version number specified, which resolves the issue.

We have already released this change in our fork at oicr/gsi/svtools; you may also wish to merge it into the original repo.

Happy to discuss further if you would like. Thanks for your work developing svtools.