Skip to content
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

Does uv provide package handling for multiple code locations? #8251

Open
GellertPalfi opened this issue Oct 16, 2024 · 1 comment
Open

Does uv provide package handling for multiple code locations? #8251

GellertPalfi opened this issue Oct 16, 2024 · 1 comment
Labels
question Asking for clarification or support

Comments

@GellertPalfi
Copy link

I would like to switch to uv, however Im running dagster that have multiple code locations with some common dependencies but some are only there for one project some only the other, they are now listed in 2 req.txt files:
Location A:

dagster==1.7
dagster-dbt==0.23
pandas==2.1.4

Location B:

dagster==1.7
dagster-dbt==0.23
pyarrow==16.0.0

Is it possible to set this with only one pyproject.toml file?
Something like this:

Common:
dagster==1.7
dagster-dbt==0.23

Location A:
pandas==2.1.4

Location B:
pyarrow==16.0.0

Im open to suggestions if this looks completly wrong.
Also i dont necessarily want to have multiple .python_version files as python is always the same for all locations

@charliermarsh
Copy link
Member

By code locations, do you mean indexes, like PyPI?

@charliermarsh charliermarsh added the question Asking for clarification or support label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Asking for clarification or support
Projects
None yet
Development

No branches or pull requests

2 participants