Skip to content

Commit

Permalink
fixes to dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 11, 2024
1 parent c57490d commit d5571c6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 6 deletions.
8 changes: 7 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@ channels:
- nvidia
dependencies:
- breathe
- c-compiler
- cmake>=3.26.4,!=3.30.0
- cuda-nvtx
- cuda-version=11.8
- cudatoolkit
- cudf==24.12.*,>=0.0.0a0
- cudnn=8.8
- cugraph==24.12.*,>=0.0.0a0
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- doxygen
- graphviz
- ipython
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbsphinx
- ninja
- nccl>=2.19
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
8 changes: 7 additions & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ channels:
- nvidia
dependencies:
- breathe
- c-compiler
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-version=12.1
- cudf==24.12.*,>=0.0.0a0
- cudnn=8.8
- cugraph==24.12.*,>=0.0.0a0
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- doxygen
Expand All @@ -26,8 +29,11 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbsphinx
- ninja
- nccl>=2.19
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
8 changes: 7 additions & 1 deletion conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ channels:
- nvidia
dependencies:
- breathe
- c-compiler
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-version=12.4
- cudf==24.12.*,>=0.0.0a0
- cudnn=8.8
- cugraph==24.12.*,>=0.0.0a0
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- doxygen
Expand All @@ -26,8 +29,11 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbsphinx
- ninja
- nccl>=2.19
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
22 changes: 19 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,20 @@ dependencies:
- cuda-nvtx
common_build:
common:
- output_types: [conda, pyproject]
- output_types: [requirements, pyproject]
packages:
- &cmake_ver cmake>=3.26.4,!=3.30.0
- ninja
- output_types: [conda]
packages:
- &cmake_ver cmake>=3.26.4,!=3.30.0
- cudnn=8.8
- c-compiler
- cxx-compiler
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- &cython cython>=3.0.0
- &nccl nccl>=2.19

docs:
common:
Expand Down Expand Up @@ -254,7 +264,7 @@ dependencies:
common:
- output_types: [conda, pyproject, requirements]
packages:
- cython>=3.0.0
- *cython
- output_types: conda
packages:
- scikit-build-core>=0.10.0
Expand Down Expand Up @@ -288,6 +298,12 @@ dependencies:
- output_types: [conda]
packages:
- wget
test_cpp:
common:
- output_types: conda
packages:
- *cmake_ver
- *nccl
test_python_common:
common:
- output_types: [conda, pyproject]
Expand Down

0 comments on commit d5571c6

Please sign in to comment.