Skip to content

Commit

Permalink
Merge pull request #238 from roboflow/feature/bump_ultralytics_to_mat…
Browse files Browse the repository at this point in the history
…ch_rf_package

Bump version of ultralytics to match with roboflow package
  • Loading branch information
capjamesg authored Jan 4, 2024
2 parents 5fb6a47 + 3135114 commit 2498f18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"\n",
"## ⚠️ Disclaimer\n",
"\n",
"YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **12.02.2023** with version **YOLOv8.0.28**.\n",
"YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n",
"\n",
"If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n",
"\n",
Expand Down Expand Up @@ -136,7 +136,7 @@
"source": [
"## Install YOLOv8\n",
"\n",
"⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **12.02.2023** with version **YOLOv8.0.28**.\n",
"⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n",
"\n",
"If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n",
"\n",
Expand Down Expand Up @@ -166,7 +166,7 @@
"source": [
"# Pip install method (recommended)\n",
"\n",
"!pip install ultralytics==8.0.28\n",
"!pip install ultralytics==8.0.196\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"## ⚠️ Disclaimer\n",
"\n",
"YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **27.01.2023** with version **YOLOv8.0.20**.\n",
"YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n",
"\n",
"If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n",
"\n",
Expand Down Expand Up @@ -138,7 +138,7 @@
"source": [
"## Install YOLOv8\n",
"\n",
"⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **27.01.2023** with version **YOLOv8.0.20**.\n",
"⚠️ YOLOv8 is still under heavy development. Breaking changes are being introduced almost weekly. We strive to make our YOLOv8 notebooks work with the latest version of the library. Last tests took place on **03.01.2024** with version **YOLOv8.0.196**.\n",
"\n",
"If you notice that our notebook behaves incorrectly - especially if you experience errors that prevent you from going through the tutorial - don't hesitate! Let us know and open an [issue](https://github.com/roboflow/notebooks/issues) on the Roboflow Notebooks repository.\n",
"\n",
Expand Down Expand Up @@ -168,7 +168,7 @@
"source": [
"# Pip install method (recommended)\n",
"\n",
"!pip install ultralytics==8.0.20\n",
"!pip install ultralytics==8.0.196\n",
"\n",
"from IPython import display\n",
"display.clear_output()\n",
Expand Down

0 comments on commit 2498f18

Please sign in to comment.