Skip to content

Commit

Permalink
Revert "Update conda recipes pinning of repo dependencies" (#372)
Browse files Browse the repository at this point in the history
Reverts #370

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #372
  • Loading branch information
raydouglass authored Apr 1, 2021
1 parent dbd86c1 commit cce2be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cuspatial/meta.yaml
Original file line number Diff line number Diff line change
@@ -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] %}
Expand All @@ -24,7 +24,7 @@ requirements:
- setuptools
- cudf {{ minor_version }}.*
- rmm {{ minor_version }}.*
- libcuspatial {{ version }}=*_{{ GIT_DESCRIBE_NUMBER }}
- libcuspatial {{ version }}.*
run:
- python
- cudf {{ minor_version }}.*
Expand Down

0 comments on commit cce2be3

Please sign in to comment.