Currently, ML tests are failing in dask-sql because cuML requires libfaiss but there isn't a nightly published with it as a runtime dependency (waiting on https://github.com/rapidsai/cuml/pull/5272).
In the meantime, this PR adds the required libfaiss runtime dependency to the dask-sql environment to unblock CI until new cuML nightlies are published.
Currently, ML tests are failing in dask-sql because cuML requires
libfaiss
but there isn't a nightly published with it as a runtime dependency (waiting on https://github.com/rapidsai/cuml/pull/5272).In the meantime, this PR adds the required
libfaiss
runtime dependency to the dask-sql environment to unblock CI until new cuML nightlies are published.