Skip to content

Commit

Permalink
Upgrade arrow-cpp & pyarrow to 7.0.0 (#10503)
Browse files Browse the repository at this point in the history
This PR upgrades `arrow-cpp` & `pyarrow` to `7.0.0` from `6.0.1`

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

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #10503
  • Loading branch information
galipremsagar authored Apr 1, 2022
1 parent f66c99a commit 291fbcf
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 @@ -18,7 +18,7 @@ dependencies:
- numba>=0.54
- numpy
- pandas>=1.0,<1.4.0dev0
- pyarrow=6.0.1=*cuda
- pyarrow=7.0.0=*cuda
- fastavro>=0.22.9
- python-snappy>=0.6.0
- notebook>=0.5.0
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies:
- dask==2022.03.0
- distributed==2022.03.0
- streamz
- arrow-cpp=6.0.1
- arrow-cpp=7.0.0
- dlpack>=0.5,<0.6.0a0
- arrow-cpp-proc * cuda
- double-conversion
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 @@ -34,7 +34,7 @@ requirements:
- setuptools
- numba >=0.54
- dlpack>=0.5,<0.6.0a0
- pyarrow 6.0.1 *cuda
- pyarrow 7.0.0 *cuda
- 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 @@ -5,7 +5,7 @@ gtest_version:
- "=1.10.0"

arrow_cpp_version:
- ">=6.0.1,<6.0.2.0a0"
- "=7.0.0"

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 @@ -308,7 +308,7 @@ function(find_and_configure_arrow VERSION BUILD_STATIC ENABLE_S3 ENABLE_ORC ENAB

endfunction()

set(CUDF_VERSION_Arrow 6.0.1)
set(CUDF_VERSION_Arrow 7.0.0)

find_and_configure_arrow(
${CUDF_VERSION_Arrow} ${CUDF_USE_ARROW_STATIC} ${CUDF_ENABLE_ARROW_S3} ${CUDF_ENABLE_ARROW_ORC}
Expand Down

0 comments on commit 291fbcf

Please sign in to comment.