Commit 587689cd authored by osbm's avatar osbm
Browse files

python3Packages.ultralytics: 8.3.94 -> 8.3.99

parent e6057380
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "ultralytics";
  version = "8.3.94";
  version = "8.3.99";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ultralytics";
    repo = "ultralytics";
    tag = "v${version}";
    hash = "sha256-pDUF/uqtMA9xMK7G9Ka2XSr55jEka7DhWX9d2S3n6KA=";
    hash = "sha256-k3YoW7XrfhVrUJPEyrJ0PPEssfkaOVl/Ls/sIro2P7I=";
  };

  build-system = [ setuptools ];
@@ -101,6 +101,7 @@ buildPythonPackage rec {
      "test_workflow"
      "test_yolo_world"
      "test_yolov10"
      "test_yoloe"
    ]
    ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
      # Fatal Python error: Aborted