Skip to content
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
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