Skip to content

Commit 63d1cb4

Browse files
tomwhitejeromekelleher
authored andcommitted
Update minimum Click version
1 parent 0a9000d commit 63d1cb4

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!=0.1.3" pyparsing
38+
pip install numpy "zarr>=2.17,<3" "click>=8.2.0" "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
@@ -18,7 +18,7 @@ authors = [
1818
dependencies = [
1919
"numpy>=1.23.5",
2020
"zarr>=2.17,<3",
21-
"click",
21+
"click>=8.2.0",
2222
"pyranges!=0.1.3",
2323
"pyparsing>=3"
2424
]

0 commit comments

Comments
 (0)