Uv packager test
1 unresolved thread
1 unresolved thread
Compare changes
+ 2
− 2
@@ -7,7 +7,7 @@ allow-direct-references = true
@@ -27,7 +27,7 @@ classifiers = [
There's a new (yet another) package manager for python, uv. https://docs.astral.sh/uv/
It is close to pip but has some nice features.
For example "on-the-fly" environments that are fast.
Could be good for examples etc.
cd examples
uv run jupyter lab
And then one is up and running..