Skip to content

Commit

Permalink
add cuda-python to dependencies, make conda-forge highest priority
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 4, 2023
1 parent b152175 commit 839dcbf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ files:
- cudatoolkit

channels:
- conda-forge
- rapidsai
- nvidia/label/cuda-11.8.0
- nvidia
- rapidsai-nightly
- conda-forge

dependencies:

Expand All @@ -31,21 +31,21 @@ dependencies:
packages:
- boost-cpp=1.82
- ccache
- cmake=3.24
- cmake=3.25
- cuda-nvcc
- cxx-compiler
- glog=0.6
- gtest=1.13
- gxx=11.2
- libgrpc=1.54.0
- libhwloc=2.9.2
- librmm=23.06
- ninja=1.10
- ucx=1.14
- nlohmann_json=3.9
- gtest=1.13
- scikit-build>=0.17
- pybind11-stubgen=0.10
- python=3.10
- scikit-build>=0.17
- ucx=1.14
cudatoolkit:
specific:
- output_types: [conda]
Expand All @@ -54,7 +54,8 @@ dependencies:
cuda: "11.8"
packages:
- cuda-cudart-dev=11.8
- cuda-nvrtc-dev=11.8
- cuda-version=11.8
- cuda-nvml-dev=11.8
- cuda-nvrtc-dev=11.8
- cuda-python=11.8.2
- cuda-tools=11.8
- cuda-version=11.8

0 comments on commit 839dcbf

Please sign in to comment.