Skip to content

Commit 587689c

Browse files
committed
python3Packages.ultralytics: 8.3.94 -> 8.3.99
1 parent e605738 commit 587689c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
buildPythonPackage 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

0 commit comments

Comments
 (0)