Unverified Commit c5385b14 authored by R. RyanTM's avatar R. RyanTM Committed by natsukium
Browse files

python312Packages.graphrag: 0.3.3 -> 0.3.6

parent 71ade9df
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
@@ -12,27 +12,25 @@
  datashaper,
  devtools,
  environs,
  fastparquet,
  graspologic,
  json-repair,
  lancedb,
  matplotlib,
  networkx,
  nltk,
  numba,
  numpy,
  openai,
  pandas,
  pyaml-env,
  pyarrow,
  pydantic,
  python-dotenv,
  pyyaml,
  rich,
  scipy,
  swifter,
  tenacity,
  textual,
  tiktoken,
  typing-extensions,
  uvloop,
  umap-learn,
  nbformat,
  pytest-asyncio,
  pytestCheckHook,
@@ -40,14 +38,14 @@

buildPythonPackage rec {
  pname = "graphrag";
  version = "0.3.3";
  version = "0.3.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "graphrag";
    rev = "refs/tags/v${version}";
    hash = "sha256-x1boxBF3fO+IqHnJx85mjYQHhEG8h03H90T0dtc3CNQ=";
    hash = "sha256-H5ITK4m3l+rlIEYXoMIpsE9faCu6rRZuB5zaZQeArOU=";
  };

  build-system = [
@@ -66,27 +64,25 @@ buildPythonPackage rec {
    datashaper
    devtools
    environs
    fastparquet
    graspologic
    json-repair
    lancedb
    matplotlib
    networkx
    nltk
    numba
    numpy
    openai
    pandas
    pyaml-env
    pyarrow
    pydantic
    python-dotenv
    pyyaml
    rich
    scipy
    swifter
    tenacity
    textual
    tiktoken
    typing-extensions
    uvloop
    umap-learn
  ];

  env.NUMBA_CACHE_DIR = "$TMPDIR";