From 19d1a92ffc2f0e1858ff18f04d2c21e72cd0b13a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 5 Aug 2024 20:51:30 -0500 Subject: [PATCH] python312Packages.graphrag: 0.2.0 -> 0.2.2 https://github.com/microsoft/graphrag/releases/tag/v0.2.1 https://github.com/microsoft/graphrag/releases/tag/v0.2.2 --- pkgs/development/python-modules/graphrag/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix index ef62b9eb8fc5..d00cc1b4b26e 100644 --- a/pkgs/development/python-modules/graphrag/default.nix +++ b/pkgs/development/python-modules/graphrag/default.nix @@ -14,6 +14,7 @@ environs, fastparquet, graspologic, + json-repair, lancedb, networkx, nltk, @@ -39,14 +40,14 @@ buildPythonPackage rec { pname = "graphrag"; - version = "0.2.0"; + version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "graphrag"; rev = "refs/tags/v${version}"; - hash = "sha256-VOcUjfRik4sdk6xbrAe5I7788d2/l4tuUByJajSjo4Q="; + hash = "sha256-X4mhnKSaQQo0i10EsdaDtMgKwfBxFvOOrkDrkUM2cQI="; }; build-system = [ @@ -57,9 +58,11 @@ buildPythonPackage rec { pythonRelaxDeps = [ "aiofiles" "azure-identity" + "json-repair" "lancedb" "scipy" "tenacity" + "textual" "tiktoken" ]; @@ -74,6 +77,7 @@ buildPythonPackage rec { environs fastparquet graspologic + json-repair lancedb networkx nltk