INTERSECT-training / packaging

Module introducing Python packaging and distribution
https://intersect-training.org/packaging/
Other
3 stars 4 forks source link

Add section on `uv` for advanced package resolution #74

Closed hollandjg closed 2 months ago

hollandjg commented 3 months ago

Update noxfile.py, and maybe other areas with uv.

Originally posted by @henryiii in https://github.com/INTERSECT-training/packaging/issues/12#issuecomment-2142545146

henryiii commented 2 months ago

Swapping the pip-tools example for uv might make sense. uv is much faster and can target python versions without having them installed, and doesn't include itself in the environment it's compiling.