BlazingDB / blazingsql

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

Pin spdlog to match RAPIDS #1595

Closed raydouglass closed 2 years ago

raydouglass commented 2 years ago

There is a conda solver conflict due to BlazingSQL using a higher version of spdlog than the rest of RAPIDS. This PR simply pins spdlog to the same as librmm.

GPUtester commented 2 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.