Skip to content

Commit

Permalink
Fix mamba constraint (#290)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 25, 2023
2 parents 5d1aebf + c1413f8 commit 5406ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-forge-ci-setup" %}
{% set version = "4.0.0" %}
{% set version = "4.0.1" %}
{% set build = 0 %}
{% set cuda_compiler_version = cuda_compiler_version or "None" %}
{% if cuda_compiler_version == "None" %}
Expand Down Expand Up @@ -64,6 +64,7 @@ requirements:
- conda >=23.9
- conda-libmamba-solver >=23.9
- conda-build >=3.27
- mamba >=1.5.2
- conda-env
- click
- jinja2
Expand Down

0 comments on commit 5406ead

Please sign in to comment.