Unverified Commit eb44f595 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #336561 from greg-hellings/graphrag-0.3.1

python312Packages.graphrag: 0.3.0 -> 0.3.1
parents 0c472c58 dc94eaa8
Loading
Loading
Loading
Loading
+3 −12
Original line number Diff line number Diff line
@@ -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