Skip to content

Commit 68f8007

Browse files
Pin pyranges to 0.1.2
Fixes #145
1 parent 618289d commit 68f8007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/docker/buildwheel.sh
3636
- name: Check vcztools CLI
3737
run: |
38-
pip install numpy "zarr>=2.17,<3" click pyranges pyparsing
38+
pip install numpy "zarr>=2.17,<3" click "pyranges!=0.1.3" pyparsing
3939
pip install vcztools --no-index --only-binary vcztools -f dist/wheelhouse
4040
vcztools --help
4141
# Make sure we don't have ``vcztools`` in the CWD

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"numpy>=1.23.5",
2020
"zarr>=2.17,<3",
2121
"click",
22-
"pyranges",
22+
"pyranges!=0.1.3",
2323
"pyparsing>=3"
2424
]
2525
requires-python = ">=3.9"

0 commit comments

Comments
 (0)