Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreeze dask-gateway/Dockerfile.requirements.txt #815

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via aiohttp
bokeh==3.3.4
bokeh==3.4.0
# via -r Dockerfile.requirements.in
click==8.1.7
# via
Expand All @@ -23,23 +23,23 @@ cloudpickle==3.0.0
# distributed
contourpy==1.2.0
# via bokeh
dask==2024.2.0
dask==2024.4.0
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2024.2.0
distributed==2024.4.0
# via dask-gateway
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.2.0
fsspec==2024.3.1
# via dask
idna==3.6
# via yarl
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via dask
jinja2==3.1.3
# via
Expand All @@ -51,7 +51,7 @@ locket==1.0.0
# partd
markupsafe==2.1.5
# via jinja2
msgpack==1.0.7
msgpack==1.0.8
# via distributed
multidict==6.0.5
# via
Expand All @@ -63,20 +63,20 @@ numpy==1.26.4
# bokeh
# contourpy
# pandas
packaging==23.2
packaging==24.0
# via
# bokeh
# dask
# distributed
pandas==2.2.0
pandas==2.2.1
# via bokeh
partd==1.4.1
# via dask
pillow==10.2.0
pillow==10.3.0
# via bokeh
psutil==5.9.8
# via distributed
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand Down Expand Up @@ -104,13 +104,13 @@ tornado==6.4
# distributed
tzdata==2024.1
# via pandas
urllib3==2.2.0
urllib3==2.2.1
# via distributed
xyzservices==2023.10.1
# via bokeh
yarl==1.9.4
# via aiohttp
zict==3.0.0
# via distributed
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
Loading