Skip to content

Commit

Permalink
Revert "Update rmm conda recipe pinning of librmm (#738)"
Browse files Browse the repository at this point in the history
This reverts commit 9d1ba02.
  • Loading branch information
raydouglass authored Mar 31, 2021
1 parent 9d1ba02 commit e4bab6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
@@ -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) %}
Expand All @@ -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
Expand Down

0 comments on commit e4bab6d

Please sign in to comment.