-
Notifications
You must be signed in to change notification settings - Fork 201
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
fix: support adding dependencies for project's unsupported platforms #668
fix: support adding dependencies for project's unsupported platforms #668
Conversation
I think it would be nice to automate this when the current platform is not specified. [project]
name = "not_my_platform_project"
platforms = ["osx-arm64"]
channels = ["conda-forge"] Would trigger the "--no-install" logic with that warning on the other platforms. |
Do you mean running In that case we remove the "The project needs to be configured..." error, right? |
I YOLO'd it in 1cce968 Let me know if the behavior is correct + if you like the mutable reference. (we can return |
061bfe9
to
1cce968
Compare
fixes #650
reproducible case (on Linux):
Run:
ruff = ">=0.1.13,<0.2"
added topixi.toml
🎉