Skip to content

Commit

Permalink
fix: require recent click and dask version to avoid issues
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 10, 2022
1 parent 318c988 commit 8eee259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask-gateway/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# These are dependencies for installing the dask-gateway package.
#
aiohttp
click
dask>=2.2.0
click>=8.1.3
dask>=2022.5.2
distributed>=2022.5.2
pyyaml
tornado

0 comments on commit 8eee259

Please sign in to comment.