Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mamba's CLI is broken with conda=23.11.0 #608

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions recipe/patch_yaml/mamba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,15 @@ then:
- tighten_depends:
name: conda
upper_bound: "23.9.0"
---
# conda=23.11.0 broke mamba's cli
# https://github.com/conda/conda/issues/13400
if:
name: mamba
version_ge: 1.5.2
version_le: 1.5.3
timestamp_lt: 1701773340000
then:
- replace_depends:
old: conda >=23.9,<24
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, this permissive pin is what made this compatibility issue a lot more pressing than it should be.

new: conda >=23.9,<23.11.0