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

Align versions for cudnn, clang-tools, cython, and doxygen with the rest of RAPIDS. #112

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading