File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/development/python-modules/ultralytics Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 setuptools ,
99
1010 # dependencies
11+ lap ,
1112 matplotlib ,
1213 opencv-python ,
1314 pandas ,
3132
3233buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments