26 inherit pname version;
27 format = "setuptools";
29 disabled = pythonOlder "3.8";
31 src = fetchFromGitHub {
32 owner = "snorkel-team";
34 rev = "refs/tags/v${version}";
35 hash = "sha256-1DgkMHYToiI3266yCND1bXiui80x8AaBttxM83kJImw=";
38 propagatedBuildInputs = [
49 # test fail because of some wrong path references
50 # 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'
59 spacy-models.en_core_web_sm
60 ] ++ dask.optional-dependencies.distributed;
63 description = "A system for quickly generating training data with weak supervision";
64 homepage = "https://github.com/snorkel-team/snorkel";
65 changelog = "https://github.com/snorkel/snorkel/releases/tag/v${version}";
66 license = licenses.asl20;
67 maintainers = with maintainers; [ happysalada ];