Skip to content

Commit

Permalink
Fix pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 20, 2024
1 parent 9af918a commit 76577b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ dependencies:
- wget
- wheel
- pip:
- breathe>4.35.0
- breathe>=4.35.0
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ dependencies:
- wget
- wheel
- pip:
- breathe>4.35.0
- breathe>=4.35.0
name: all_cuda-125_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dependencies:
- sphinxcontrib-websupport
- pip:
# Need new enough breathe
- breathe>4.35.0
- breathe>=4.35.0
py_version:
specific:
- output_types: [conda]
Expand Down

0 comments on commit 76577b7

Please sign in to comment.