Skip to content

Commit

Permalink
Require Click 7.0+
Browse files Browse the repository at this point in the history
As Dask now includes this requirement and has a minimum of Click 7.0, go
ahead and align on that version in Distributed.
  • Loading branch information
jakirkham committed Oct 29, 2022
1 parent 1db2595 commit 33b64d9
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.1
jinja2
Expand Down

0 comments on commit 33b64d9

Please sign in to comment.