From e4bab6d3e1655b0e5c41d4f99aecb56d25e1df78 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Wed, 31 Mar 2021 12:07:34 -0400 Subject: [PATCH] Revert "Update `rmm` conda recipe pinning of `librmm` (#738)" This reverts commit 9d1ba023d4f8733af2e8146ae7f5c9d9e5b8dfe7. --- conda/recipes/rmm/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/rmm/meta.yaml b/conda/recipes/rmm/meta.yaml index 65758224b..3514f3314 100644 --- a/conda/recipes/rmm/meta.yaml +++ b/conda/recipes/rmm/meta.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021, NVIDIA CORPORATION. +# Copyright (c) 2019-2020, NVIDIA CORPORATION. {% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') + environ.get('VERSION_SUFFIX', '') %} {% set py_version=environ.get('CONDA_PY', 35) %} @@ -23,7 +23,7 @@ requirements: - cmake >=3.14.0 host: - python - - librmm {{ version }}=*_{{ GIT_DESCRIBE_NUMBER }} + - librmm {{ version }} - setuptools - cython >=0.29,<0.30 - spdlog=1.7.0