Skip to content

Commit

Permalink
Pin to a consistent version
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jul 31, 2024
1 parent 12adf79 commit 7b09069
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
- flatbuffers
- flatbuffers==24.3.25
- fmt>=10.1.1,<11
- fsspec>=0.6.0
- gcc_linux-64=11.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
- flatbuffers
- flatbuffers==24.3.25
- fmt>=10.1.1,<11
- fsspec>=0.6.0
- gcc_linux-64=11.*
Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/libcudf/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ librdkafka_version:
fmt_version:
- ">=10.1.1,<11"

flatbuffers_version:
- "=24.3.25"

spdlog_version:
- ">=1.12.0,<1.13"

Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ requirements:
- dlpack {{ dlpack_version }}
- librdkafka {{ librdkafka_version }}
- fmt {{ fmt_version }}
- flatbuffers
- flatbuffers {{ flatbuffers_version }}
- spdlog {{ spdlog_version }}
- zlib {{ zlib_version }}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ dependencies:
- output_types: conda
packages:
- fmt>=10.1.1,<11
- flatbuffers
- flatbuffers==24.3.25
- librmm==24.8.*,>=0.0.0a0
- libkvikio==24.8.*,>=0.0.0a0
- librdkafka>=1.9.0,<1.10.0a0
Expand Down

0 comments on commit 7b09069

Please sign in to comment.