From dd34c15ae5cf38ca9b37e0930b8b2ac1e8afda5b Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 31 Dec 2024 14:18:38 -0800 Subject: [PATCH] Get breathe from conda (#4842) See https://github.com/rapidsai/cuvs/pull/554, the switch to pip for Breathe in #4839 is no longer required. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/cugraph/pull/4842 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 3 +-- conda/environments/all_cuda-125_arch-x86_64.yaml | 3 +-- dependencies.yaml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 27b3779bac7..edfb9ad4906 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -8,6 +8,7 @@ channels: - nvidia dependencies: - aiohttp +- breathe>=4.35.0 - c-compiler - certifi - cmake>=3.26.4,!=3.30.0 @@ -72,6 +73,4 @@ dependencies: - ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - wheel -- pip: - - breathe>=4.35.0 name: all_cuda-118_arch-x86_64 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 10ed2595398..df5cfc757f5 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -8,6 +8,7 @@ channels: - nvidia dependencies: - aiohttp +- breathe>=4.35.0 - c-compiler - certifi - cmake>=3.26.4,!=3.30.0 @@ -77,6 +78,4 @@ dependencies: - ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - wheel -- pip: - - breathe>=4.35.0 name: all_cuda-125_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index cbb1085d8cf..e1a8cc065c7 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -334,6 +334,7 @@ dependencies: common: - output_types: [conda] packages: + - breathe>=4.35.0 - doxygen - graphviz - ipython @@ -345,9 +346,6 @@ dependencies: - sphinx-markdown-tables - sphinx - sphinxcontrib-websupport - - pip: - # Need new enough breathe - - breathe>=4.35.0 py_version: specific: - output_types: [conda]