Skip to content

Commit 9f19e24

Browse files
committed
python312Packages.ultralytics: add lap to dependencies
1 parent a6e8932 commit 9f19e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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,
@@ -48,6 +49,7 @@ buildPythonPackage rec {
4849
];
4950

5051
dependencies = [
52+
lap
5153
matplotlib
5254
opencv-python
5355
pandas

0 commit comments

Comments
 (0)