Skip to content

Commit 8225314

Browse files
committed
test
1 parent da34b0e commit 8225314

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

dask-gateway/Dockerfile.requirements.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ cloudpickle==2.1.0
2424
# via
2525
# dask
2626
# distributed
27-
dask==2022.6.0
27+
dask==2022.1.0
2828
# via
2929
# dask-gateway
3030
# distributed
3131
dask-gateway @ file:///opt/dask-gateway
3232
# via -r Dockerfile.requirements.in
33-
distributed==2022.6.0
33+
distributed==2022.1.0
3434
# via dask-gateway
3535
frozenlist==1.3.0
3636
# via
@@ -47,9 +47,7 @@ jinja2==3.1.2
4747
# bokeh
4848
# distributed
4949
locket==1.0.0
50-
# via
51-
# distributed
52-
# partd
50+
# via partd
5351
markupsafe==2.1.1
5452
# via jinja2
5553
msgpack==1.0.4
@@ -97,9 +95,10 @@ tornado==6.1
9795
# distributed
9896
typing-extensions==4.2.0
9997
# via bokeh
100-
urllib3==1.26.9
101-
# via distributed
10298
yarl==1.7.2
10399
# via aiohttp
104100
zict==2.2.0
105101
# via distributed
102+
103+
# The following packages are considered to be unsafe in a requirements file:
104+
# setuptools

dask-gateway/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
aiohttp
44
click>=8.1.3
55
dask>=2022.1.0
6-
distributed>=2022.1.0,!=2022.5.1,!=2022.5.2
6+
distributed==2022.1.0
77
pyyaml
88
tornado

0 commit comments

Comments
 (0)