17 sentence-transformers,
29 buildPythonPackage rec {
30 pname = "manifest-ml";
34 disabled = pythonOlder "3.8";
36 src = fetchFromGitHub {
37 owner = "HazyResearch";
40 hash = "sha256-6m1XZOXzflBYyq9+PinbrW+zqvNGFN/aRDHH1b2Me5E=";
43 __darwinAllowLocalNetworking = true;
45 pythonRelaxDeps = [ "pydantic" ];
63 optional-dependencies = {
77 diffusers = [ pillow ];
80 # cloud-sql-python-connector
87 ] ++ lib.flatten (lib.attrValues optional-dependencies);
94 # this file tries importing `deepspeed`, which is not yet packaged in nixpkgs
95 "--ignore=tests/test_huggingface_api.py"
99 # Tests require DB access
101 "test_key_get_and_set"
103 # Tests require network access
106 "test_retry_handling"
110 # Test is time-senstive
114 pythonImportsCheck = [ "manifest" ];
117 description = "Manifest for Prompting Foundation Models";
118 homepage = "https://github.com/HazyResearch/manifest";
119 changelog = "https://github.com/HazyResearch/manifest/releases/tag/v${version}";
120 license = licenses.asl20;
121 maintainers = with maintainers; [ natsukium ];