From 9527c6e3dc56f0f9e44fbacd6ea0c8e6ef4c9ffb Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 18 May 2021 09:13:13 -0500 Subject: [PATCH] pin dlpack to v0.3 in meta.yml --- conda/recipes/cudf/meta.yaml | 2 +- conda/recipes/libcudf/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index eda11cde899..e0b37e97c9c 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -26,7 +26,7 @@ requirements: - cython >=0.29,<0.30 - setuptools - numba >=0.53.1 - - dlpack + - dlpack 0.3 - pyarrow 1.0.1 - libcudf {{ version }} - rmm {{ minor_version }} diff --git a/conda/recipes/libcudf/meta.yaml b/conda/recipes/libcudf/meta.yaml index 0b3fb5aa549..ea2fda399fd 100644 --- a/conda/recipes/libcudf/meta.yaml +++ b/conda/recipes/libcudf/meta.yaml @@ -39,7 +39,7 @@ requirements: - cudatoolkit {{ cuda_version }}.* - arrow-cpp 1.0.1 - arrow-cpp-proc * cuda - - dlpack + - dlpack 0.3 run: - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} - arrow-cpp-proc * cuda