Skip to content

Commit

Permalink
Revert "Update conda recipes pinning of repo dependencies" (rapidsai#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Mar 31, 2021
1 parent daa9622 commit 59f6df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ requirements:
build:
- python x.x
- cython>=0.29,<0.30
- libcugraph={{ version }}=*_{{ GIT_DESCRIBE_NUMBER }}
- libcugraph={{ version }}
- cudf={{ minor_version }}
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
run:
- python x.x
- libcugraph={{ version }}=*_{{ GIT_DESCRIBE_NUMBER }}
- libcugraph={{ version }}
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
Expand Down

0 comments on commit 59f6df6

Please sign in to comment.