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

uv workspace support #1524

Merged
merged 5 commits into from
Jan 3, 2025
Merged

uv workspace support #1524

merged 5 commits into from
Jan 3, 2025

Conversation

prabhu
Copy link
Collaborator

@prabhu prabhu commented Jan 2, 2025

Sample repo: https://github.com/gjoseph92/uv-monorepro

╔═════════════════════════════════════════════════╗
║                 Dependency Tree                 ║
║           Generated with ♥  by cdxgen           ║
╟─────────────────────────────────────────────────╢
║ pkg:pypi/[email protected]                     ║
║ ├── pkg:pypi/[email protected]                 ║
║ │   ├── pkg:pypi/[email protected]                   ║
║ └───└───└── pkg:pypi/[email protected]                 ║
║ └───└── pkg:pypi/[email protected]                   ║
║ └───└───└── pkg:pypi/[email protected]                ║
║ │   │   │   ├── pkg:pypi/[email protected]           ║
║ │   │   │   ├── pkg:pypi/[email protected]            ║
║ └───└───└───└───└── pkg:pypi/[email protected]     ║
║ │   │   │   ├── pkg:pypi/[email protected]              ║
║ │   │   │   ├── pkg:pypi/[email protected]    ║
║ └───└───└───└───└── pkg:pypi/[email protected]       ║
║ │   │   │   ├── pkg:pypi/[email protected]          ║
║ └───└───└───└── pkg:pypi/[email protected] ║
║ └── pkg:pypi/[email protected]                       ║
║ └───└── pkg:pypi/[email protected]                     ║
║ pkg:pypi/[email protected]                             ║
║ pkg:pypi/[email protected]                           ║
╚═════════════════════════════════════════════════╝

╔═══════════════════════════╤═════════════════════════════════════╤═══════════════════════════╤═════════════════╤═══════════════════════════╗
║ Group                     │ Name                                │                   Version │ Scope           │ Tags                      ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ attrs                               │                    24.2.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ cffi                                │                    1.17.1 │                 │ native                    ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ cowsay                              │                       6.1 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ idna                                │                      3.10 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ needs-things                        │                     0.1.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ outcome                             │               1.3.0.post0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ pip                                 │                    24.3.1 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ py-spy                              │                     0.4.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ pycparser                           │                      2.22 │                 │ parse                     ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ sniffio                             │                     1.3.1 │                 │ native                    ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ sortedcontainers                    │                     2.4.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ thing1                              │                     0.1.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ thing2                              │                     0.1.0 │                 │                           ║
╟───────────────────────────┼─────────────────────────────────────┼───────────────────────────┼─────────────────┼───────────────────────────╢
║                           │ trio                                │                    0.27.0 │                 │                           ║
╚═══════════════════════════╧═════════════════════════════════════╧═══════════════════════════╧═════════════════╧═══════════════════════════╝

bom.json

Signed-off-by: Prabhu Subramanian <[email protected]>
prabhu added 4 commits January 2, 2025 15:56
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu
Copy link
Collaborator Author

prabhu commented Jan 3, 2025

@cerrussell we may have to install additional OS libraries in the new snapshot agent to make numpy pass.

@prabhu prabhu marked this pull request as ready for review January 3, 2025 12:16
@prabhu prabhu merged commit 415dc72 into master Jan 3, 2025
23 of 24 checks passed
@prabhu prabhu deleted the feature/uv-workspace-support branch January 3, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant