Skip to content

Commit 1cfe998

Browse files
authored
Merge pull request #349 from roboflow/fix/ultralytics-upper-bound
Pin upper bound of ultralytics, due to vulnerability
2 parents c0e3d4e + 841d206 commit 1cfe998

6 files changed

+864
-864
lines changed

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

+1-1
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)