27 inherit pname version;
28 format = "setuptools";
30 disabled = pythonOlder "3.8";
32 src = fetchFromGitHub {
33 owner = "snorkel-team";
35 rev = "refs/tags/v${version}";
36 hash = "sha256-1DgkMHYToiI3266yCND1bXiui80x8AaBttxM83kJImw=";
39 propagatedBuildInputs = [
50 # test fail because of some wrong path references
51 # things like No such file or directory: '/nix/store/8r9x7xv9nfwmd36ca28a39xaharcjdzj-python3.10-pyspark-3.4.0/lib/python3.10/site-packages/pyspark/./bin/spark-submit'
60 spacy-models.en_core_web_sm
61 ] ++ dask.optional-dependencies.distributed;
64 description = "System for quickly generating training data with weak supervision";
65 homepage = "https://github.com/snorkel-team/snorkel";
66 changelog = "https://github.com/snorkel/snorkel/releases/tag/v${version}";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ happysalada ];