### Problem description It would be cool if we were able to add `constraints` in pixi.toml as well without needing to install them ```toml [dependencies] numpy = "*" [constraints] abc = "<5" ``` In this scenario, _if_ abc is added to the env, we get abc<5.
Problem description
It would be cool if we were able to add
constraintsin pixi.toml as well without needing to install themIn this scenario, if abc is added to the env, we get abc<5.