Skip to content

Commit

Permalink
docs: 📝 update error message to include uv as an alternative for inst…
Browse files Browse the repository at this point in the history
…alling metrics extra
  • Loading branch information
onuralpszr committed Jan 8, 2025
1 parent 16848e9 commit 3ee6de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supervision/metrics/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ def ensure_pandas_installed():
raise ImportError(
"`metrics` extra is required to run the function."
" Run `pip install 'supervision[metrics]'` or"
" `poetry add supervision -E metrics`"
" `poetry add supervision -E metrics` or"
" `uv pip install 'supervision[metrics]'`"
)

0 comments on commit 3ee6de3

Please sign in to comment.