Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack out cudf's import time GPU initialisation
We don't rely on this part of cudf at all, so until we just depend on a separate pylibcudf package, stub the bad submodules out. This technically means that if you import cudf_polars and want to use cudf in the same process, you can't use numba functionality. But I really don't want the warnings that numba gives on old drivers to appear.
- Loading branch information