Skip to content

Commit

Permalink
Require Click 7.0+ (#7226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 8, 2022
1 parent a4bfd0e commit e00875b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/recipes/distributed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- dask-core {{ dask_version }}
run:
- python >=3.8
- click >=6.6
- click >=7.0
- cloudpickle >=1.5.0
- cytoolz >=0.8.2
- {{ pin_compatible('dask-core', max_pin='x.x.x.x') }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click >= 6.6
click >= 7.0
cloudpickle >= 1.5.0
dask == 2022.10.2
jinja2
Expand Down

0 comments on commit e00875b

Please sign in to comment.