python312Packages.graphrag: 0.1.1 -> 0.2.0

This commit is contained in:
Greg Hellings
2024-08-04 19:59:58 -05:00
parent 6fafbb5a4d
commit 6d62a4207d

View File

@@ -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"
];