diff --git a/conda/recipes/libcudf/meta.yaml b/conda/recipes/libcudf/meta.yaml index 76115362b6c..ad2e840c71d 100644 --- a/conda/recipes/libcudf/meta.yaml +++ b/conda/recipes/libcudf/meta.yaml @@ -86,6 +86,9 @@ outputs: {% else %} - {{ compiler('cuda') }} {% endif %} + # TODO: start taking libarrow's run exports again wwhen they're correct for 16.0 + # ref: https://github.com/conda-forge/arrow-cpp-feedstock/issues/1418 + - libarrow requirements: build: - cmake {{ cmake_version }} @@ -105,6 +108,12 @@ outputs: - librmm ={{ minor_version }} - libkvikio ={{ minor_version }} - dlpack {{ dlpack_version }} + # TODO: start taking libarrow's run exports again wwhen they're correct for 16.0 + # ref: https://github.com/conda-forge/arrow-cpp-feedstock/issues/1418 + - libarrow>=16.0.0,<16.1.0a0 + - libarrow-acero>=16.0.0,<16.1.0a0 + - libarrow-dataset>=16.0.0,<16.1.0a0 + - libparquet>=16.0.0,<16.1.0a0 test: commands: - test -f $PREFIX/lib/libcudf.so diff --git a/dependencies.yaml b/dependencies.yaml index 4f8f3c16ea1..f20c1591e73 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -341,10 +341,10 @@ dependencies: - output_types: conda packages: # Allow runtime version to float up to minor version - - libarrow-acero>=16.0.0,<17.0.0a0 - - libarrow-dataset>=16.0.0,<17.0.0a0 - - libarrow>=16.0.0,<17.0.0a0 - - libparquet>=16.0.0,<17.0.0a0 + - libarrow-acero>=16.0.0,<16.1.0a0 + - libarrow-dataset>=16.0.0,<16.1.0a0 + - libarrow>=16.0.0,<16.1.0a0 + - libparquet>=16.0.0,<16.1.0a0 pyarrow_run: common: - output_types: [conda, requirements, pyproject]