Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit runtime dependency to
libarrow>=16.0.0,<16.1.0a0
(#15782)
Fix `libarrow` runtime dependency which is currently broken due to the release of `libarrow=16.1.0`: ```python $ python -c "import cudf" Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/conda/envs/rapids/lib/python3.10/site-packages/cudf/__init__.py", line 9, in <module> _setup_numba() File "/opt/conda/envs/rapids/lib/python3.10/site-packages/cudf/utils/_numba.py", line 124, in _setup_numba _get_cc_60_ptx_file() File "/opt/conda/envs/rapids/lib/python3.10/site-packages/cudf/utils/_numba.py", line 16, in _get_cc_60_ptx_file from cudf._lib import strings_udf File "/opt/conda/envs/rapids/lib/python3.10/site-packages/cudf/_lib/__init__.py", line 4, in <module> from . import ( ImportError: libarrow.so.1600: cannot open shared object file: No such file or directory ``` --------- Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: James Lamb <[email protected]>
- Loading branch information