diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index fa4ef8ddf68..625e6c6e9db 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -40,15 +40,15 @@ dependencies: - hypothesis - identify>=2.5.20 - ipython -- libarrow-acero==14.0.1.* -- libarrow-dataset==14.0.1.* -- libarrow==14.0.1.* +- libarrow-acero==14.0.2.* +- libarrow-dataset==14.0.2.* +- libarrow==14.0.2.* - libcufile-dev=1.4.0.31 - libcufile=1.4.0.31 - libcurand-dev=10.3.0.86 - libcurand=10.3.0.86 - libkvikio==24.4.* -- libparquet==14.0.1.* +- libparquet==14.0.2.* - librdkafka>=1.9.0,<1.10.0a0 - librmm==24.4.* - make @@ -71,7 +71,7 @@ dependencies: - pre-commit - protobuf>=4.21,<5 - ptxcompiler -- pyarrow==14.0.1.* +- pyarrow==14.0.2.* - pydata-sphinx-theme!=0.14.2 - pytest-benchmark - pytest-cases>=3.8.2 diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index c0950c7da98..871f00a0e8e 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -41,13 +41,13 @@ dependencies: - hypothesis - identify>=2.5.20 - ipython -- libarrow-acero==14.0.1.* -- libarrow-dataset==14.0.1.* -- libarrow==14.0.1.* +- libarrow-acero==14.0.2.* +- libarrow-dataset==14.0.2.* +- libarrow==14.0.2.* - libcufile-dev - libcurand-dev - libkvikio==24.4.* -- libparquet==14.0.1.* +- libparquet==14.0.2.* - librdkafka>=1.9.0,<1.10.0a0 - librmm==24.4.* - make @@ -68,7 +68,7 @@ dependencies: - pip - pre-commit - protobuf>=4.21,<5 -- pyarrow==14.0.1.* +- pyarrow==14.0.2.* - pydata-sphinx-theme!=0.14.2 - pynvjitlink - pytest-benchmark diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index 018380bbbd2..d32e6932598 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -65,7 +65,7 @@ requirements: - scikit-build-core >=0.7.0 - setuptools - dlpack >=0.5,<0.6.0a0 - - pyarrow ==14.0.1.* + - pyarrow ==14.0.2.* - libcudf ={{ version }} - rmm ={{ minor_version }} {% if cuda_major == "11" %} diff --git a/conda/recipes/libcudf/conda_build_config.yaml b/conda/recipes/libcudf/conda_build_config.yaml index 9ed8c94f2bb..603cbd8fc2a 100644 --- a/conda/recipes/libcudf/conda_build_config.yaml +++ b/conda/recipes/libcudf/conda_build_config.yaml @@ -23,7 +23,7 @@ gtest_version: - ">=1.13.0" libarrow_version: - - "==14.0.1" + - "==14.0.2" dlpack_version: - ">=0.5,<0.6.0a0" diff --git a/cpp/cmake/thirdparty/get_arrow.cmake b/cpp/cmake/thirdparty/get_arrow.cmake index 1bead93c9cc..114a1f98a68 100644 --- a/cpp/cmake/thirdparty/get_arrow.cmake +++ b/cpp/cmake/thirdparty/get_arrow.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2020-2023, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -441,7 +441,7 @@ if(NOT DEFINED CUDF_VERSION_Arrow) set(CUDF_VERSION_Arrow # This version must be kept in sync with the libarrow version pinned for builds in # dependencies.yaml. - 14.0.1 + 14.0.2 CACHE STRING "The version of Arrow to find (or build)" ) endif() diff --git a/dependencies.yaml b/dependencies.yaml index c4c2cd3c764..c5797fbe40a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -261,7 +261,7 @@ dependencies: - &numpy numpy>=1.21 # Hard pin the patch version used during the build. This must be kept # in sync with the version pinned in get_arrow.cmake. - - pyarrow==14.0.1.* + - pyarrow==14.0.2.* - output_types: conda packages: - scikit-build-core>=0.7.0 @@ -306,10 +306,10 @@ dependencies: packages: # Hard pin the Arrow patch version used during the build. This must # be kept in sync with the version pinned in get_arrow.cmake. - - libarrow-acero==14.0.1.* - - libarrow-dataset==14.0.1.* - - libarrow==14.0.1.* - - libparquet==14.0.1.* + - libarrow-acero==14.0.2.* + - libarrow-dataset==14.0.2.* + - libarrow==14.0.2.* + - libparquet==14.0.2.* libarrow_run: common: - output_types: conda diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 7f2d8e438d2..82ac84a4022 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "ninja", "numpy>=1.21", "protoc-wheel", - "pyarrow==14.0.1.*", + "pyarrow==14.0.2.*", "rmm==24.4.*", "scikit-build-core[pyproject]>=0.7.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/cudf_kafka/pyproject.toml b/python/cudf_kafka/pyproject.toml index af59efa9777..216d83940ce 100644 --- a/python/cudf_kafka/pyproject.toml +++ b/python/cudf_kafka/pyproject.toml @@ -7,7 +7,7 @@ requires = [ "cython>=3.0.3", "ninja", "numpy>=1.21", - "pyarrow==14.0.1.*", + "pyarrow==14.0.2.*", "scikit-build-core[pyproject]>=0.7.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.