Skip to content

Commit

Permalink
FIX pre-commit hook was pointing to old version of rfdg
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 2, 2024
1 parent 109e09d commit d1c06d6
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ repos:
args: ["--toml", "pyproject.toml"]
exclude: (?x)^(^CHANGELOG.md$)
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.5.1
rev: v1.8.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down
49 changes: 49 additions & 0 deletions conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
dependencies:
- breathe
- c-compiler
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-nvcc
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-python>=12.0,<13.0a0
- cuda-version=12.2
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- doxygen>=1.8.20
- gcc_linux-aarch64=11.*
- gmock>=1.13.0
- graphviz
- gtest>=1.13.0
- ipython
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- nccl>=2.9.9
- ninja
- numpy>=1.23
- numpydoc
- pre-commit
- pydata-sphinx-theme
- pylibraft==24.4.*
- pytest-cov
- pytest==7.*
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.17
name: all_cuda-122_arch-aarch64
49 changes: 49 additions & 0 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
dependencies:
- breathe
- c-compiler
- clang-tools=16.0.6
- clang==16.0.6
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-nvcc
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-python>=12.0,<13.0a0
- cuda-version=12.2
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- doxygen>=1.8.20
- gcc_linux-64=11.*
- gmock>=1.13.0
- graphviz
- gtest>=1.13.0
- ipython
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- nccl>=2.9.9
- ninja
- numpy>=1.23
- numpydoc
- pre-commit
- pydata-sphinx-theme
- pylibraft==24.4.*
- pytest-cov
- pytest==7.*
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.17
name: all_cuda-122_arch-x86_64

0 comments on commit d1c06d6

Please sign in to comment.