Skip to content

Commit

Permalink
Merge pull request #349 from roboflow/fix/ultralytics-upper-bound
Browse files Browse the repository at this point in the history
Pin upper bound of ultralytics, due to vulnerability
  • Loading branch information
LinasKo authored Dec 5, 2024
2 parents c0e3d4e + 841d206 commit 1cfe998
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 864 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}
],
"source": [
"!pip install ultralytics\n",
"!pip install \"ultralytics<=8.3.40\"\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down
Loading

0 comments on commit 1cfe998

Please sign in to comment.