From c37d882bc793d8c4c974d7c1264d285cb772e25f Mon Sep 17 00:00:00 2001 From: rkrisa Date: Sat, 20 Jun 2026 11:27:10 -0300 Subject: [PATCH] Fix Qwen2.5-VL notebook supervision pin --- notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb b/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb index a33b113a..32b5caac 100644 --- a/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb +++ b/notebooks/zero-shot-object-detection-with-qwen2-5-vl.ipynb @@ -133,7 +133,7 @@ "outputs": [], "source": [ "!pip install -q \"maestro[qwen_2_5_vl]==1.1.0rc2\"\n", - "!pip install -q supervision==0.26.0" + "!pip install -q supervision==0.25.1" ] }, { @@ -1223,4 +1223,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}