Merge pull request #336561 from greg-hellings/graphrag-0.3.1
python312Packages.graphrag: 0.3.0 -> 0.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user