Skip to content

Commit

Permalink
Upgrade to arrow-9.x (#11507)
Browse files Browse the repository at this point in the history
This PR upgrades `arrow` to `9.x` in `cudf`.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Bradley Dice (https://github.com/bdice)

URL: #11507
  • Loading branch information
galipremsagar authored Aug 10, 2022
1 parent 80a2f2b commit 9257549
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- numba>=0.54
- numpy
- pandas>=1.0,<1.5.0dev0
- pyarrow=8
- pyarrow=9
- fastavro>=0.22.9
- python-snappy>=0.6.0
- notebook>=0.5.0
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies:
- dask>=2022.7.1
- distributed>=2022.7.1
- streamz
- arrow-cpp=8
- arrow-cpp=9
- dlpack>=0.5,<0.6.0a0
- double-conversion
- rapidjson
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requirements:
- setuptools
- numba >=0.54
- dlpack>=0.5,<0.6.0a0
- pyarrow =8
- pyarrow =9
- libcudf ={{ version }}
- rmm ={{ minor_version }}
- cudatoolkit ={{ cuda_version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcudf/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gtest_version:
- "=1.10.0"

arrow_cpp_version:
- "=8"
- "=9"

dlpack_version:
- ">=0.5,<0.6.0a0"
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ endfunction()

if(NOT DEFINED CUDF_VERSION_Arrow)
set(CUDF_VERSION_Arrow
8.0.0
9.0.0
CACHE STRING "The version of Arrow to find (or build)"
)
endif()
Expand Down

0 comments on commit 9257549

Please sign in to comment.