Skip to content

Commit

Permalink
mamba's CLI is broken with conda=23.11.0
Browse files Browse the repository at this point in the history
Trying replace_depends since tighted_depends did not work.

Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Dec 5, 2023
1 parent 95986d1 commit af50236
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/patch_yaml/mamba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,11 @@ then:
# https://github.com/conda/conda/issues/13400
if:
name: mamba
version_ge: 1.5.2
version_le: 1.5.3
timestamp_lt: 1701773340000
then:
- tighten_depends:
- replace_depends:
name: conda
upper_bound: 23.11.0
old: conda >=23.9,<24
new: conda >=23.9,<23.11.0

0 comments on commit af50236

Please sign in to comment.