-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
e048967
commit d7052a0
Showing
16 changed files
with
670 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.