Skip to content

Commit

Permalink
python312Packages.graphrag: 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings authored and RCoeurjoly committed Aug 23, 2024
1 parent 90625cd commit f4ab4f3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/development/python-modules/graphrag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,22 @@

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 = [
poetry-core
poetry-dynamic-versioning
];

pythonRelaxDeps = [
"aiofiles"
"azure-identity"
"json-repair"
"lancedb"
"scipy"
"tenacity"
"textual"
"tiktoken"
];
pythonRelaxDeps = true;

dependencies = [
aiofiles
Expand Down

0 comments on commit f4ab4f3

Please sign in to comment.