Skip to content

Commit

Permalink
Use verify-alpha-spec hook (rapidsai#16144)
Browse files Browse the repository at this point in the history
With the deployment of rapids-build-backend, we need to make sure our dependencies have alpha specs.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: rapidsai#16144
  • Loading branch information
KyleFromNVIDIA authored Jul 1, 2024
1 parent b691b1c commit 760c15c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ repos:
- id: ruff-format
files: python/.*$
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
rev: v0.2.0
hooks:
- id: verify-copyright
exclude: |
Expand All @@ -158,6 +158,7 @@ repos:
cpp/src/io/parquet/ipc/Message_generated[.]h$|
cpp/src/io/parquet/ipc/Schema_generated[.]h$
)
- id: verify-alpha-spec

default_language_version:
python: python3
5 changes: 2 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.3
- dask-cuda==24.8.*
- dask-cuda==24.8.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
Expand All @@ -44,10 +43,10 @@ dependencies:
- libcufile=1.4.0.31
- libcurand-dev=10.3.0.86
- libcurand=10.3.0.86
- libkvikio==24.8.*
- libkvikio==24.8.*,>=0.0.0a0
- libparquet==16.1.0.*
- librdkafka>=1.9.0,<1.10.0a0
- librmm==24.8.*
- librmm==24.8.*,>=0.0.0a0
- make
- moto>=4.0.8
- msgpack-python
Expand Down
7 changes: 3 additions & 4 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.3
- dask-cuda==24.8.*
- dask-cuda==24.8.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
Expand All @@ -43,10 +42,10 @@ dependencies:
- libarrow==16.1.0.*
- libcufile-dev
- libcurand-dev
- libkvikio==24.8.*
- libkvikio==24.8.*,>=0.0.0a0
- libparquet==16.1.0.*
- librdkafka>=1.9.0,<1.10.0a0
- librmm==24.8.*
- librmm==24.8.*,>=0.0.0a0
- make
- moto>=4.0.8
- msgpack-python
Expand All @@ -66,7 +65,7 @@ dependencies:
- pre-commit
- pyarrow==16.1.0.*
- pydata-sphinx-theme!=0.14.2
- pynvjitlink
- pynvjitlink>=0.0.0a0
- pytest-benchmark
- pytest-cases>=3.8.2
- pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ dependencies:
- output_types: conda
packages:
- fmt>=10.1.1,<11
- librmm==24.8.*
- libkvikio==24.8.*
- librmm==24.8.*,>=0.0.0a0
- libkvikio==24.8.*,>=0.0.0a0
- librdkafka>=1.9.0,<1.10.0a0
# Align nvcomp version with rapids-cmake
- nvcomp==3.0.6
Expand Down Expand Up @@ -500,7 +500,7 @@ dependencies:
- output_types: [conda]
packages:
- breathe>=4.35.0
- dask-cuda==24.8.*
- dask-cuda==24.8.*,>=0.0.0a0
- *doxygen
- make
- myst-nb
Expand Down Expand Up @@ -582,7 +582,7 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- pynvjitlink
- pynvjitlink>=0.0.0a0
- matrix: {cuda: "11.*"}
packages:
- cubinlinker
Expand All @@ -592,7 +592,7 @@ dependencies:
- matrix: {cuda: "12.*"}
packages:
- rmm-cu12==24.8.*,>=0.0.0a0
- pynvjitlink-cu12
- pynvjitlink-cu12>=0.0.0a0
- matrix: {cuda: "11.*"}
packages:
- rmm-cu11==24.8.*,>=0.0.0a0
Expand Down

0 comments on commit 760c15c

Please sign in to comment.