-
Notifications
You must be signed in to change notification settings - Fork 185
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
Relative local paths for dependencies #2004
Labels
✨ enhancement
Feature request
Comments
This can currently only be done for python projects using pypi-dependencies. See the following example: https://github.com/prefix-dev/pixi/tree/main/examples/pypi-source-deps this also works for pyproject.toml. Also see: https://github.com/Deltares/Ribasim |
What happens if the local project being linked to is itself a pixi project
with conda dependencies? Will it properly install everything?
…On Sat, Sep 7, 2024 at 11:41 PM Tim de Jager ***@***.***> wrote:
This can currently only be done for python projects using
pypi-dependencies. See the following example:
https://github.com/prefix-dev/pixi/tree/main/examples/pypi-source-deps
this also works for pyproject.toml. Also see:
https://github.com/Deltares/Ribasim
—
Reply to this email directly, view it on GitHub
<#2004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHDTFJUYXMFX5S37WH4UR3ZVPWSBAVCNFSM6AAAAABN2KZ3KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU3DQNBXGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah no it does not indeed, that is feature that we are working on now called 'pixi build'. |
Exciting! Is there an issue I can track?
…On Sun, Sep 8, 2024 at 10:15 AM Tim de Jager ***@***.***> wrote:
Ah no it does not indeed, that is feature that we are working on now
called 'pixi build'.
—
Reply to this email directly, view it on GitHub
<#2004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHDTFIKPYXPXRUTSHPOV7LZVSA47AVCNFSM6AAAAABN2KZ3KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWG42TSMRUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes here: #1654 |
Closing this in favor of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
I have a large monorepo with multiple sub-projects, each with their own pyproject.toml. Some of the subprojects depend on each other.
It would be nice to be able to have package A refer to a relative path to package B in its pyproject.toml. This is possible using hatch/uv, but I can't find any documentation to see if it can be done in pixi.
The text was updated successfully, but these errors were encountered: