Skip to content

Commit

Permalink
Bump Dask SQL version to 2023.8.0 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Aug 8, 2023
1 parent 7e9c473 commit bf865ab
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.08
ARG DASK_SQL_VER=2023.6.0
ARG DASK_SQL_VER=2023.8.0

# Gather dependency information
FROM rapidsai/ci: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.6.0"
- "2023.8.0"

0 comments on commit bf865ab

Please sign in to comment.