replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
744 stars 212 forks source link

Replace pip and pip-tools with uv #283

Closed mattt closed 5 months ago

mattt commented 5 months ago

From https://astral.sh/blog/uv:

uv is an extremely fast Python package installer and resolver, written in Rust, and designed as a drop-in replacement for pip and pip-tools workflows.

mattt commented 5 months ago

Closing in favor of #284