-
Notifications
You must be signed in to change notification settings - Fork 106
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
Unpin mamba<2 in dev environment #724
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for conda-lock failed.
|
I expect this to be solved by mamba-org/mamba#3467 |
0fcbeed
to
c68e26e
Compare
42a35e9
to
2affa32
Compare
513433c
to
0decad3
Compare
0decad3
to
5050930
Compare
This reverts commit 6e6b7cf.
14ed5e6
to
c504ed8
Compare
@@ -424,7 +424,7 @@ def update_specs_for_arch( | |||
entry["name"]: entry | |||
for entry in json.loads( | |||
subprocess.check_output( | |||
[str(conda), "list", "-p", prefix, "--json"], | |||
[str(conda), "list", "--no-pip", "-p", prefix, "--json"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that --no-pip
is new in mamba v2.0.6. We need to figure out how to handle the cases mamba >=2,<2.0.6
and mamba <2
.
Now |
Description
This reverts commit 6e6b7cf.
In order to attempt to get this to pass, the dependencies need to be relocked.