We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618289d commit 68f8007Copy full SHA for 68f8007
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/docker/buildwheel.sh
36
- name: Check vcztools CLI
37
run: |
38
- pip install numpy "zarr>=2.17,<3" click pyranges pyparsing
+ pip install numpy "zarr>=2.17,<3" click "pyranges!=0.1.3" pyparsing
39
pip install vcztools --no-index --only-binary vcztools -f dist/wheelhouse
40
vcztools --help
41
# Make sure we don't have ``vcztools`` in the CWD
pyproject.toml
@@ -19,7 +19,7 @@ dependencies = [
19
"numpy>=1.23.5",
20
"zarr>=2.17,<3",
21
"click",
22
- "pyranges",
+ "pyranges!=0.1.3",
23
"pyparsing>=3"
24
]
25
requires-python = ">=3.9"
0 commit comments