Skip to content

Commit

Permalink
Merge pull request #401 from shwina/add-cudapython
Browse files Browse the repository at this point in the history
Add cuda-python
  • Loading branch information
ajschmidt8 authored Dec 6, 2021
2 parents cc286ca + df14246 commit 3b4eaa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requirements:
- conda {{ conda_version }}
- conda-build {{ conda_build_version }}
- conda-verify {{ conda_verify_version }}
- cuda-python {{ cuda_python_version }}.*
- cudatoolkit ={{ cuda_version }}.*
- cupy {{ cupy_version }}
- cython {{ cython_version }}
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
host:
- python
run:
- cuda-python {{ cuda_python_version }}.*
- cudatoolkit ={{ cuda_version }}.*
- cupy {{ cupy_version }}
- nccl {{ nccl_version }}
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ cmake_format_version:
- '=0.6.11'
cmake_setuptools_version:
- '>=0.1.3'
cuda_python_version:
- '>=11.5,<12.*'
cupy_version:
- '>=9.5.0,<10.0.0a0'
cython_version:
Expand Down

0 comments on commit 3b4eaa6

Please sign in to comment.