20 buildPythonPackage rec {
22 version = "1.4.0-unstable-20240130";
25 src = fetchFromGitHub {
27 repo = "py-motmetrics";
28 # latest release is not compatible with pandas 2.0
29 rev = "7210fcce0be1b76c96a62f6fe4ddbc90d944eacb";
30 hash = "sha256-7LKLHXWgW4QpivAgzvWl6qEG0auVvpiZ6bfDViCKsFY=";
33 nativeBuildInputs = [ setuptools ];
35 propagatedBuildInputs = [
47 pythonImportsCheck = [ "motmetrics" ];
50 description = "Bar_chart: Benchmark multiple object trackers (MOT) in Python";
51 homepage = "https://github.com/cheind/py-motmetrics";
52 license = licenses.mit;