You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use pip install -r requirements.txt in many places. Is there a specific reason for this? If not, would it make sense to switch to uv instead? uv is fast and stable, and it can help us achieve reproducible Python dependencies.
We use
pip install -r requirements.txtin many places. Is there a specific reason for this? If not, would it make sense to switch touvinstead?uvis fast and stable, and it can help us achieve reproducible Python dependencies.