16 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs=";
32 pythonRelaxDeps = [ "rich" ];
34 propagatedBuildInputs = [
42 optional-dependencies = {
43 metrics = [ motmetrics ];
47 nativeCheckInputs = [ pytestCheckHook ];
49 pythonImportsCheck = [ "norfair" ];
52 description = "Lightweight Python library for adding real-time multi-object tracking to any detector";
53 changelog = "https://github.com/tryolabs/norfair/releases/tag/v${version}";
54 homepage = "https://github.com/tryolabs/norfair";
55 license = licenses.bsd3;
56 maintainers = with maintainers; [ fleaz ];