Skip to content

Commit

Permalink
Add cramjam (#14344)
Browse files Browse the repository at this point in the history
As of fastavro 1.9.0 (released on October 27) [the recommend method for snappy decompression is via the cramjam package](https://github.com/fastavro/fastavro/blob/62ea68fe22e11ff5ff5dc86dfe942c7d51d7c157/ChangeLog#L3). We need to install it [to avoid getting deprecation warnings involving python-snappy usage](fastavro/fastavro#722).

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #14344
  • Loading branch information
vyasr authored Oct 30, 2023
1 parent 2a923df commit 2548509
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- c-compiler
- cachetools
- cmake>=3.26.4
- cramjam
- cubinlinker
- cuda-nvtx=11.8
- cuda-python>=11.7.1,<12.0a0
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- c-compiler
- cachetools
- cmake>=3.26.4
- cramjam
- cuda-cudart-dev
- cuda-gdb
- cuda-nvcc
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cramjam
- fastavro>=0.22.9
- hypothesis
- mimesis>=4.1.0
Expand Down
1 change: 1 addition & 0 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ classifiers = [

[project.optional-dependencies]
test = [
"cramjam",
"fastavro>=0.22.9",
"hypothesis",
"mimesis>=4.1.0",
Expand Down

0 comments on commit 2548509

Please sign in to comment.