Skip to content

Commit cc832ea

Browse files
authoredMar 23, 2025
python312Packages.ultralytics: 8.3.92 -> 8.3.94 (#391884)
2 parents dbb1c03 + 9f19e24 commit cc832ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎pkgs/development/python-modules/ultralytics/default.nix

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
setuptools,
99

1010
# dependencies
11+
lap,
1112
matplotlib,
1213
opencv-python,
1314
pandas,
@@ -31,14 +32,14 @@
3132

3233
buildPythonPackage rec {
3334
pname = "ultralytics";
34-
version = "8.3.92";
35+
version = "8.3.94";
3536
pyproject = true;
3637

3738
src = fetchFromGitHub {
3839
owner = "ultralytics";
3940
repo = "ultralytics";
4041
tag = "v${version}";
41-
hash = "sha256-+SwhQVEl7tLrhwuCruVLAtVS3U/RJb0ysIKG3bmuZk4=";
42+
hash = "sha256-pDUF/uqtMA9xMK7G9Ka2XSr55jEka7DhWX9d2S3n6KA=";
4243
};
4344

4445
build-system = [ setuptools ];
@@ -48,6 +49,7 @@ buildPythonPackage rec {
4849
];
4950

5051
dependencies = [
52+
lap
5153
matplotlib
5254
opencv-python
5355
pandas
@@ -116,7 +118,7 @@ buildPythonPackage rec {
116118

117119
meta = {
118120
homepage = "https://github.com/ultralytics/ultralytics";
119-
changelog = "https://github.com/ultralytics/ultralytics/releases/tag/v${version}";
121+
changelog = "https://github.com/ultralytics/ultralytics/releases/tag/${src.tag}";
120122
description = "Train YOLO models for computer vision tasks";
121123
mainProgram = "yolo";
122124
license = lib.licenses.agpl3Only;

0 commit comments

Comments
 (0)
Failed to load comments.