From 6d62a4207da5f9e1fc62f91164b15085cc7e4d25 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 4 Aug 2024 19:59:58 -0500 Subject: [PATCH] python312Packages.graphrag: 0.1.1 -> 0.2.0 --- pkgs/development/python-modules/graphrag/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix index 204b7a747597..aeb64b619127 100644 --- a/pkgs/development/python-modules/graphrag/default.nix +++ b/pkgs/development/python-modules/graphrag/default.nix @@ -39,14 +39,14 @@ buildPythonPackage rec { pname = "graphrag"; - version = "0.1.1"; + version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "graphrag"; rev = "refs/tags/v${version}"; - hash = "sha256-hIAQOIqm9S9AtssE6UxcXfaIbSt3+506ueMrlathNaQ="; + hash = "sha256-VOcUjfRik4sdk6xbrAe5I7788d2/l4tuUByJajSjo4Q="; }; build-system = [ @@ -57,7 +57,9 @@ buildPythonPackage rec { pythonRelaxDeps = [ "aiofiles" "azure-identity" + "lancedb" "scipy" + "tenacity" "tiktoken" ];