Skip to content

Commit

Permalink
Update dask-sql to 2023.11.0 (#617)
Browse files Browse the repository at this point in the history
Closes #607
Closes #614

RAPIDS `23.12` uses `dask` `2023.11.0` (rapidsai/rapids-dask-dependency#6), so need to update `dask-sql` to match (conda-forge/dask-sql-feedstock#78).

This should resolve the conflicts seen here: https://github.com/rapidsai/docker/actions/runs/7130639487/job/19419248901#step:9:235

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Bradley Dice (https://github.com/bdice)

URL: #617
  • Loading branch information
raydouglass authored Dec 7, 2023
1 parent 3fc15ee commit 33b72a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PYTHON_VER=3.10
ARG LINUX_VER=ubuntu22.04

ARG RAPIDS_VER=23.12
ARG DASK_SQL_VER=2023.10.0
ARG DASK_SQL_VER=2023.11.0

# Gather dependency information
FROM rapidsai/ci-conda:latest AS dependencies
Expand Down
2 changes: 1 addition & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PYTHON_VER:
- "3.9"
- "3.10"
DASK_SQL_VER:
- "2023.10.0"
- "2023.11.0"

0 comments on commit 33b72a5

Please sign in to comment.