Skip to content

Commit

Permalink
Get breathe from conda (#4842)
Browse files Browse the repository at this point in the history
See rapidsai/cuvs#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: #4842
  • Loading branch information
vyasr authored Dec 31, 2024
1 parent 9fc152a commit dd34c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -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
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -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
4 changes: 1 addition & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe>=4.35.0
- doxygen
- graphviz
- ipython
Expand All @@ -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]
Expand Down

0 comments on commit dd34c15

Please sign in to comment.