rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Unpin `uvicorn` in dask-sql 3.8 environment #64

Closed charlesbluca closed 1 year ago

charlesbluca commented 1 year ago

Looks like the Dask version bump in cuml now requires a greater minimum version of uvicorn; this PR unpins the uvicorn dependency in dask-sql's 3.8 environment during image build so we can pull in the latest cuML python bindings and resolve the failures we're seeing in https://github.com/dask-contrib/dask-sql/pull/1116.