Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Align versions for cudnn, clang-tools, cython, and doxygen with the r…
Browse files Browse the repository at this point in the history
…est of RAPIDS.
  • Loading branch information
bdice committed Dec 17, 2023
1 parent 0c61783 commit 033cbf2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ channels:
dependencies:
- breathe
- c-compiler
- clang-tools=16.0.0
- clangxx=16.0.0
- clang-tools==16.0.6
- clangxx==16.0.6
- cmake>=3.26.4
- cuda-nvtx=11.8
- cudatoolkit=11.8
- cudnn=8.4
- cudnn=8.8
- cxx-compiler
- cython
- doxygen=1.8.20
- cython>=3.0.0
- doxygen==1.9.1
- gcc_linux-64=11.*
- gitpython
- graphviz
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ channels:
dependencies:
- breathe
- c-compiler
- clang-tools=16.0.0
- clangxx=16.0.0
- clang-tools==16.0.6
- clangxx==16.0.6
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-nvcc
- cuda-nvtx
- cuda-version=12.0
- cudnn=8.4
- cudnn=8.8
- cxx-compiler
- cython
- doxygen=1.8.20
- cython>=3.0.0
- doxygen==1.9.1
- gcc_linux-64=11.*
- gitpython
- graphviz
Expand Down
14 changes: 7 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ dependencies:
packages:
- c-compiler
- cmake>=3.26.4
- cudnn=8.4
- cudnn=8.8
- cxx-compiler
- cython
- doxygen=1.8.20
- cython>=3.0.0
- &doxygen doxygen==1.9.1
- libraft-headers==24.2.*
- librmm==24.2.*
- nanobind>=0.2.0
Expand Down Expand Up @@ -252,7 +252,7 @@ dependencies:
- output_types: [conda, requirements]
packages:
- breathe
- doxygen=1.8.20
- *doxygen
- graphviz
- ipython
- ipykernel
Expand All @@ -274,15 +274,15 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- clangxx=16.0.0
- clang-tools=16.0.0
- clangxx==16.0.6
- clang-tools==16.0.6
- gitpython
python_build_wheel:
common:
- output_types: [pyproject]
packages:
- cmake>=3.26.4
- cython>=0.29,<0.30
- cython>=3.0.0
- ninja
- setuptools
- scikit-build>=0.13.1
Expand Down
2 changes: 1 addition & 1 deletion python/pylibwholegraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[build-system]
requires = [
"cmake>=3.26.4",
"cython>=0.29,<0.30",
"cython>=3.0.0",
"ninja",
"scikit-build>=0.13.1",
"setuptools",
Expand Down

0 comments on commit 033cbf2

Please sign in to comment.