BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Update ucx-py versions #1559

Closed ajschmidt8 closed 3 years ago

ajschmidt8 commented 3 years ago

This PR updates the ucx-py versions used by Blazing. ucx-py will not be switching to calendar versioning like the rest of RAPIDS, so their versions must be updated accordingly (similar to https://github.com/rapidsai/cuml/pull/3911 and https://github.com/rapidsai/cugraph/pull/1634).

For now I've hard-coded the values here to help unblock some RAPIDS builds, but I will update Blazing accordingly if we set up any automation here.

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.