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 bcccdac commit 8335e26Copy full SHA for 8335e26
dask-gateway/Dockerfile.requirements.txt
@@ -24,13 +24,13 @@ cloudpickle==2.1.0
24
# via
25
# dask
26
# distributed
27
-dask==2022.6.0
+dask==2022.5.2
28
29
# dask-gateway
30
31
dask-gateway @ file:///opt/dask-gateway
32
# via -r Dockerfile.requirements.in
33
-distributed==2022.6.0
+distributed==2022.5.2
34
# via dask-gateway
35
frozenlist==1.3.0
36
dask-gateway/requirements.txt
@@ -3,6 +3,6 @@
3
aiohttp
4
click>=8.1.3
5
dask>=2022.1.0
6
-distributed==2022.5.1
7
pyyaml
8
tornado
0 commit comments