27 buildPythonPackage rec {
28 pname = "cleanvision";
32 src = fetchFromGitHub {
35 rev = "refs/tags/v${version}";
36 hash = "sha256-QAydDqLJx/jYKXqxRUElTdM5dOFA6nZag8rNAjPZjRg=";
39 build-system = [ setuptools ];
52 pythonImportsCheck = [ "cleanvision" ];
62 export HOME=$(mktemp -d)
66 # Requires accessing s3 (online)
71 description = "Automatically find issues in image datasets and practice data-centric computer vision";
72 homepage = "https://github.com/cleanlab/cleanvision";
73 changelog = "https://github.com/cleanlab/cleanvision/releases/tag/v${version}";
74 license = lib.licenses.agpl3Only;
75 maintainers = with lib.maintainers; [ GaetanLepage ];
76 # Fatal Python error: Aborted
77 broken = stdenv.hostPlatform.isDarwin;