python3Packages.ultralytics: remove obsolete badPlatforms

This commit is contained in:
Emily
2026-02-18 09:47:02 +00:00
parent 46643d9b99
commit 45dbd8bdbd

View File

@@ -138,9 +138,5 @@ buildPythonPackage (finalAttrs: {
osbm
mana-byte
];
badPlatforms = [
# Tests crash with:
# Fatal Python error: Segmentation fault for x86_64 Darwin in tests/python.py
];
};
})