diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b06f2e19..ed86a737 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: cache: 'pip' - name: Install BEDTools (Linux) - run: sudo apt-get install bedtools imagemagick + run: sudo apt-get install bedtools libmagickwand-dev if: matrix.os == 'ubuntu-latest' - name: Install BEDTools (macOS) diff --git a/setup.cfg b/setup.cfg index 3138e763..8572888b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ setup_requires = setuptools>=18.0; cython install_requires = CrossMap PyPDF2 + Wand biopython boto3 brewer2mpl