File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/development/python-modules/ultralytics Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3232
3333buildPythonPackage rec {
3434 pname = "ultralytics" ;
35- version = "8.3.94 " ;
35+ version = "8.3.99 " ;
3636 pyproject = true ;
3737
3838 src = fetchFromGitHub {
3939 owner = "ultralytics" ;
4040 repo = "ultralytics" ;
4141 tag = "v${ version } " ;
42- hash = "sha256-pDUF/uqtMA9xMK7G9Ka2XSr55jEka7DhWX9d2S3n6KA =" ;
42+ hash = "sha256-k3YoW7XrfhVrUJPEyrJ0PPEssfkaOVl/Ls/sIro2P7I =" ;
4343 } ;
4444
4545 build-system = [ setuptools ] ;
@@ -101,6 +101,7 @@ buildPythonPackage rec {
101101 "test_workflow"
102102 "test_yolo_world"
103103 "test_yolov10"
104+ "test_yoloe"
104105 ]
105106 ++ lib . optionals ( stdenv . hostPlatform . isLinux && stdenv . hostPlatform . isAarch64 ) [
106107 # Fatal Python error: Aborted
You can’t perform that action at this time.
0 commit comments