mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
python312Packages.graphrag: 0.3.3 -> 0.3.6
This commit is contained in:
parent
71ade9dfb5
commit
c5385b14f5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user