Skip to content

Commit

Permalink
Get a new enough breathe version from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 20, 2024
1 parent b7c7f1b commit 9af918a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -75,4 +74,6 @@ dependencies:
- ucx-py==0.42.*,>=0.0.0a0
- wget
- wheel
- pip:
- breathe>4.35.0
name: all_cuda-118_arch-x86_64
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -80,4 +79,6 @@ dependencies:
- ucx-py==0.42.*,>=0.0.0a0
- wget
- wheel
- pip:
- breathe>4.35.0
name: all_cuda-125_arch-x86_64
4 changes: 3 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe
- doxygen
- graphviz
- ipython
Expand All @@ -338,6 +337,9 @@ 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 9af918a

Please sign in to comment.