clearml-agent icon indicating copy to clipboard operation
clearml-agent copied to clipboard

Support UV package manager

Open Ruhrozz opened this issue 4 months ago • 2 comments

AFAIK uv is the fastest package manager now and can be used instead of pip:

# before
pip install clearml-agent
# after
uv pip install clearml-agent

Is there any option to implement uv support?

Ruhrozz avatar Sep 28 '24 12:09 Ruhrozz