Skip to content

Commit

Permalink
python311Packages.graphrag: 0.3.6 -> 0.5.0 (#359792)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 29, 2024
2 parents 01c1cbe + 9230f0e commit 2099a8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/graphrag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
rich,
tenacity,
tiktoken,
typer,
typing-extensions,
umap-learn,
nbformat,
Expand All @@ -38,14 +39,14 @@

buildPythonPackage rec {
pname = "graphrag";
version = "0.3.6";
version = "0.5.0";
pyproject = true;

src = fetchFromGitHub {
owner = "microsoft";
repo = "graphrag";
rev = "refs/tags/v${version}";
hash = "sha256-H5ITK4m3l+rlIEYXoMIpsE9faCu6rRZuB5zaZQeArOU=";
hash = "sha256-QK6ZdBDSSKi/WUsDQeEY5JfxgsmW/vK7yDfjMseAO/k=";
};

build-system = [
Expand Down Expand Up @@ -81,6 +82,7 @@ buildPythonPackage rec {
rich
tenacity
tiktoken
typer
typing-extensions
umap-learn
];
Expand All @@ -104,6 +106,7 @@ buildPythonPackage rec {
"test_find"
"test_run_extract_entities_multiple_documents"
"test_run_extract_entities_single_document"
"test_sort_context"
"test_sort_context_max_tokens"
];

Expand Down

0 comments on commit 2099a8d

Please sign in to comment.