From 2a298ffd68a1baa46f481e6d9a7f7268641efc90 Mon Sep 17 00:00:00 2001 From: Mike Wendt Date: Fri, 9 Oct 2020 11:40:22 -0400 Subject: [PATCH] FIX Update dlpack to match libcudf pinning Yesterday libcudf was updated to change `dlpack` which resulted in a higher pin then what is in `rapids-build-env` causing conflicts https://github.com/rapidsai/cudf/commit/305e42438cdee08f12615ef42246c32e7b3af72e --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 2bd63963..4d8c415d 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -50,7 +50,7 @@ datashader_version: distributed_version: - '>=2.23.0' dlpack_version: - - '=0.2' + - '>=0.3,<0.4.0a0' double_conversion_version: - '=3.1.5' doxygen_version: