Skip to content

Commit

Permalink
Forward-merge branch-24.02 to branch-24.04 (#636)
Browse files Browse the repository at this point in the history
xref: #626

Fixes #630 (as this contains the Dask-SQL 2024.1.0 update already)

Authors:
  - https://github.com/jakirkham
  - Ray Douglass (https://github.com/raydouglass)
  - Charles Blackmon-Luca (https://github.com/charlesbluca)
  - Bradley Dice (https://github.com/bdice)

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

URL: #636
  • Loading branch information
jakirkham authored Mar 5, 2024
1 parent 32a60e1 commit 9732fb4
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.04
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 @@ -6,4 +6,4 @@ PYTHON_VER:
- "3.9"
- "3.10"
DASK_SQL_VER:
- "2023.11.0"
- "2024.1.0"

0 comments on commit 9732fb4

Please sign in to comment.