Skip to content

Commit 841d206

Browse files
committed
Pin upper bound of ultralytics, due to vulnerability
* ultralytics/ultralytics#18027
1 parent c0e3d4e commit 841d206

6 files changed

+864
-864
lines changed

notebooks/how-to-detect-and-count-objects-in-polygon-zone.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
],
199199
"source": [
200-
"!pip install ultralytics\n",
200+
"!pip install \"ultralytics<=8.3.40\"\n",
201201
"\n",
202202
"from IPython import display\n",
203203
"display.clear_output()\n",

0 commit comments

Comments
 (0)