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 0a9000d commit 63d1cb4Copy full SHA for 63d1cb4
.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!=0.1.3" pyparsing
+ pip install numpy "zarr>=2.17,<3" "click>=8.2.0" "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
@@ -18,7 +18,7 @@ authors = [
18
dependencies = [
19
"numpy>=1.23.5",
20
"zarr>=2.17,<3",
21
- "click",
+ "click>=8.2.0",
22
"pyranges!=0.1.3",
23
"pyparsing>=3"
24
]
0 commit comments