diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 05967d329b..0345cf346f 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -75,5 +75,5 @@ dependencies: - wget - wheel - pip: - - breathe>4.35.0 + - 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 01b97c331c..6232dbdede 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -80,5 +80,5 @@ dependencies: - wget - wheel - pip: - - breathe>4.35.0 + - breathe>=4.35.0 name: all_cuda-125_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 724d793758..972a5be1f0 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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]