13 inherit pname version;
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "HazyResearch";
21 rev = "28a713a9ac501b7597c2489468ae189943d00685";
22 hash = "sha256-DPHTSxDD4EW3nrNk2fk0pKJI/8+pQ7Awywd8nxhBruo=";
25 propagatedBuildInputs = [
30 pythonImportsCheck = [ "flyingsquid" ];
36 description = "More interactive weak supervision with FlyingSquid";
37 homepage = "https://github.com/HazyResearch/flyingsquid";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ happysalada ];