From dc94eaa89394b8ff9c01269b7d62ca777d881938 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 22 Aug 2024 10:22:52 -0500 Subject: [PATCH] python312Packages.graphrag: 0.3.0 -> 0.3.1 --- .../python-modules/graphrag/default.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix index 7824e471a01e..487ed13ca83f 100644 --- a/pkgs/development/python-modules/graphrag/default.nix +++ b/pkgs/development/python-modules/graphrag/default.nix @@ -40,14 +40,14 @@ buildPythonPackage rec { pname = "graphrag"; - version = "0.3.0"; + version = "0.3.1"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "graphrag"; rev = "refs/tags/v${version}"; - hash = "sha256-QPUxDMKO2qxF5qrk+vJCrJxyGwVWv7655YAVCis+XwM="; + hash = "sha256-97X9a3ietWDc5UgdgQ2ZSc7DPDEi96LxfO5aVZMNOfg="; }; build-system = [ @@ -55,16 +55,7 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; - pythonRelaxDeps = [ - "aiofiles" - "azure-identity" - "json-repair" - "lancedb" - "scipy" - "tenacity" - "textual" - "tiktoken" - ]; + pythonRelaxDeps = true; dependencies = [ aiofiles