python312Packages.graphrag: 0.3.3 -> 0.3.6

This commit is contained in:
R. Ryantm 2024-09-23 18:26:56 +00:00 committed by natsukium
parent 71ade9dfb5
commit c5385b14f5
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

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