Commit 650e80f
Remove uv workspace and lockfile
The CI uses uv pip install (not uv sync), so the workspace root
pyproject.toml and uv.lock provided no practical value. Remove them
along with workspace-only artifacts:
- Root pyproject.toml (workspace definition, cross-package conflicts)
- uv.lock and its .gitattributes / .pre-commit-config.yaml exclusions
- { workspace = true } source mappings in cuda_core and cuda_bindings
- cuda-pathfinder from cuda_core build-system.requires (was only needed
for the workspace resolver)
Per-package [tool.uv] conflicts (e.g. cu12 vs cu13 extras) are retained
in their respective pyproject.toml files.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 0e87fc1 commit 650e80f
File tree
6 files changed
+2
-5259
lines changed- cuda_bindings
- cuda_core
6 files changed
+2
-5259
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 97 | | |
106 | 98 | | |
107 | 99 | | |
| |||
This file was deleted.
0 commit comments