Skip to content

Commit

Permalink
Update to fmt 10.1.1 and spdlog 1.12.0. (#117)
Browse files Browse the repository at this point in the history
This PR updates to fmt 10.1.1 and spdlog 1.12.

Depends on rapidsai/cudf#14355.

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

Approvers:
   - Vyas Ramasubramani (https://github.com/vyasr)
   - Jake Awe (https://github.com/AyodeAwe)
   - Lawrence Mitchell (https://github.com/wence-)
  • Loading branch information
bdice authored Nov 30, 2023
1 parent 21abf71 commit fdce7b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- distributed
- fmt>=9.1.0,<10
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
- librmm==24.2.*
Expand All @@ -41,7 +41,7 @@ dependencies:
- rmm==24.2.*
- scikit-build>=0.13.1
- setuptools
- spdlog>=1.11.0,<1.12
- spdlog>=1.12.0,<1.13
- tomli
- ucx
- wheel
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- distributed
- fmt>=9.1.0,<10
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
- librmm==24.2.*
Expand All @@ -41,7 +41,7 @@ dependencies:
- rmm==24.2.*
- scikit-build>=0.13.1
- setuptools
- spdlog>=1.11.0,<1.12
- spdlog>=1.12.0,<1.13
- tomli
- ucx
- wheel
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ dependencies:
- c-compiler
- cxx-compiler
- &cmake_ver cmake>=3.26.4
- fmt>=9.1.0,<10
- fmt>=10.1.1,<11
- &gmock gmock>=1.13.0
- &gtest gtest>=1.13.0
- librmm==24.2.*
- ninja
- spdlog>=1.11.0,<1.12
- spdlog>=1.12.0,<1.13
build_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit fdce7b9

Please sign in to comment.