We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67e29 commit 839a5f9Copy full SHA for 839a5f9
pkgs/development/python-modules/ultralytics/default.nix
@@ -102,6 +102,7 @@ buildPythonPackage rec {
102
"test_yolov10"
103
"test_yoloe"
104
"test_multichannel"
105
+ "test_grayscale"
106
]
107
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
108
# Fatal Python error: Aborted
0 commit comments