From 6b905c075976d6e99332b4c73e2e43ab7a7af1c1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 13 Mar 2026 10:59:10 -0500 Subject: [PATCH] trim docs environment (#80) Replaces #57, which I accidentally closed by deleting my fork when the repo was flipped to public. The `docs` group in `rapids-dependency-file-generator` currently re-declares a couple of dependencies which are only needed because they're direct dependencies of `libnvforest` / `nvforest`. Those should just be pulled through directly via installing `libnvforest` / `nvforest`: https://github.com/rapidsai/nvforest/blob/9d2863124b3bd79b4f9a79d6e9c7f7a95d37bfdf/ci/build_docs.sh#L7-L8 This removes them from that list, so the `docs` environment will get smaller if those dependencies are ever removed here. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Philip Hyunsu Cho (https://github.com/hcho3) - Gil Forsyth (https://github.com/gforsyth) URL: https://github.com/rapidsai/nvforest/pull/80 --- dependencies.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 24786d8..47986ff 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -78,9 +78,6 @@ files: - cuda_version - docs - py_version - - depends_on_cuda_python - - depends_on_libraft_headers - - depends_on_librmm - depends_on_nvforest - depends_on_libnvforest test_cpp: