From cce2be3566e3fe76c9796f593fa65de90670fc3d Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 1 Apr 2021 11:51:24 -0400 Subject: [PATCH] Revert "Update conda recipes pinning of repo dependencies" (#372) Reverts rapidsai/cuspatial#370 Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cuspatial/pull/372 --- conda/recipes/cuspatial/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cuspatial/meta.yaml b/conda/recipes/cuspatial/meta.yaml index 03bb07923..9af9fc507 100644 --- a/conda/recipes/cuspatial/meta.yaml +++ b/conda/recipes/cuspatial/meta.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021, NVIDIA CORPORATION. +# Copyright (c) 2018, NVIDIA CORPORATION. {% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') + environ.get('VERSION_SUFFIX', '') %} {% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %} @@ -24,7 +24,7 @@ requirements: - setuptools - cudf {{ minor_version }}.* - rmm {{ minor_version }}.* - - libcuspatial {{ version }}=*_{{ GIT_DESCRIBE_NUMBER }} + - libcuspatial {{ version }}.* run: - python - cudf {{ minor_version }}.*