Skip to content

Commit ecf4c7e

Browse files
Update ultralytics requirement from >=8.4.37 to >=8.4.41 (#13756)
Updates the requirements on [ultralytics](https://github.com/ultralytics/ultralytics) to permit the latest version. - [Release notes](https://github.com/ultralytics/ultralytics/releases) - [Commits](ultralytics/ultralytics@v8.4.37...v8.4.41) --- updated-dependencies: - dependency-name: ultralytics dependency-version: 8.4.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66554d2 commit ecf4c7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ā€Žpyproject.tomlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies = [
7979
"pandas>=1.1.4",
8080
"seaborn>=0.11.0", # plotting
8181
"packaging", # general utilities
82-
"ultralytics>=8.4.37"
82+
"ultralytics>=8.4.41"
8383
]
8484

8585
# Optional dependencies ------------------------------------------------------------------------------------------------

ā€Žrequirements.txtā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thop>=0.1.1 # FLOPs computation
1515
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
1616
torchvision>=0.9.0
1717
tqdm>=4.66.3
18-
ultralytics>=8.2.64 # https://ultralytics.com
18+
ultralytics>=8.4.41 # https://ultralytics.com
1919
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
2020

2121
# Logging ---------------------------------------------------------------------

0 commit comments

Comments
Ā (0)
⚔