Skip to content

Commit

Permalink
Bump dask-sql stable version to 2024.1.0 (#623)
Browse files Browse the repository at this point in the history
Looks like all occurences of `DASK_SQL_VER` use the full version tag - should we modify [the logic in the version updating workflow](https://github.com/charlesbluca/docker/blob/12323a46f1a05f80d1e9354b3dbc0e3937227cc4/.github/workflows/update-dask-sql.yml#L49-L53) to reflect this?

Authors:
  - Charles Blackmon-Luca (https://github.com/charlesbluca)

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

URL: #623
  • Loading branch information
charlesbluca authored Feb 1, 2024
1 parent 7c808e7 commit d2aa57c
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=24.02
ARG DASK_SQL_VER=2023.11.0
ARG DASK_SQL_VER=2024.1.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 @@ -5,4 +5,4 @@ PYTHON_VER:
- "3.9"
- "3.10"
DASK_SQL_VER:
- "2023.11.0"
- "2024.1.0"

0 comments on commit d2aa57c

Please sign in to comment.