Skip to content

Commit 120f13d

Browse files
authored
Remove spdlog dep (#277)
AFAICT spdlog is entirely unused. Best to remove it before it accidentally gets used and causes us the same old headaches. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #277
1 parent b4077bf commit 120f13d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies:
4040
- rapids-build-backend>=0.3.0,<0.4.0.dev0
4141
- rmm==25.6.*,>=0.0.0a0
4242
- scikit-build-core>=0.10.0
43-
- spdlog
4443
- sphinx
4544
- sphinx-autobuild
4645
- sphinx-copybutton

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies:
4141
- ray-default==2.42.*,>=0.0.0a0
4242
- rmm==25.6.*,>=0.0.0a0
4343
- scikit-build-core>=0.10.0
44-
- spdlog
4544
- sphinx
4645
- sphinx-autobuild
4746
- sphinx-copybutton

dependencies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ dependencies:
6363
- libcudf==25.6.*,>=0.0.0a0
6464
- libucxx==0.44.*,>=0.0.0a0
6565
- openmpi # See <https://github.com/rapidsai/rapidsmpf/issues/17>
66-
- spdlog
6766
specific:
6867
- output_types: conda
6968
matrices:

0 commit comments

Comments
 (0)