You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR will let the user add pypi packages to the `pixi.toml`
Examples:
- `pixi add --pypi pytest matplotlib==3.8.0`
- `pixi add --pypi --platform linux-64 pytest<7`
Some notable mentions:
- The `pixi add` spec type is not a `matchspec` anymore but a normal
string to create two code paths.
- This also add the `[target.platfrom.pypi-dependencies]` to the
manifest
- This PR does **not** include the `pixi rm --pypi x` yet
Closes#498 and closes#499
---------
Co-authored-by: Bas Zalmstra <[email protected]>
Just like normal dependencies we need
pypi-dependencies
per target.[target.win-64.pypi-depencencies] pytest = "*"
pytest
should then only be added on win-64.The text was updated successfully, but these errors were encountered: