From 75b0b5b8c39f5a13caa8f947b0d155bd453d749c Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 28 Sep 2022 16:01:27 +0100 Subject: [PATCH] Remove cyvcf2 pin since https://github.com/brentp/cyvcf2/issues/248 is fixed. --- .github/workflows/wheels.yml | 4 ---- requirements-dev.txt | 2 +- setup.cfg | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8757ac03a..8d47edaeb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -46,10 +46,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] python-version: ["3.7", "3.8", "3.9", "3.10"] - # see https://github.com/pystatgen/sgkit/issues/887 - exclude: - - os: macos-latest - python-version: "3.10" runs-on: ${{ matrix.os }} steps: # checkout repo to subdirectory to get access to scripts diff --git a/requirements-dev.txt b/requirements-dev.txt index df428c8c9..71afac269 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ bed-reader rechunker cbgen; python_version<="3.7" or platform_system != "Windows" cbgen == 1.0.1; python_version>"3.7" and platform_system == "Windows" -cyvcf2 < 0.30.15; platform_system != "Windows" +cyvcf2; platform_system != "Windows" yarl matplotlib asv diff --git a/setup.cfg b/setup.cfg index 4b70ad26e..7505c2909 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ plink = bed-reader vcf = aiohttp - cyvcf2 < 0.30.15 + cyvcf2 requests yarl bgen =