Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ plink =
bed-reader
vcf =
aiohttp
cyvcf2 < 0.30.15
cyvcf2
requests
yarl
bgen =
Expand Down