Loading pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ lib, buildPythonPackage, fetchPypi, neo4j, llama-index-core, hatchling, pythonOlder, llama-index-core, neo4j, }: buildPythonPackage rec { Loading @@ -13,14 +12,14 @@ buildPythonPackage rec { version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "llama_index_graph_stores_neo4j"; inherit version; hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg="; }; pythonRelaxDeps = [ "neo4j" ]; build-system = [ hatchling ]; dependencies = [ Loading @@ -28,6 +27,9 @@ buildPythonPackage rec { llama-index-core ]; # Tests are not shipped with PyPI package doCheck = false; pythonImportsCheck = [ "llama_index.graph_stores.neo4j" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,10 +2,9 @@ lib, buildPythonPackage, fetchPypi, neo4j, llama-index-core, hatchling, pythonOlder, llama-index-core, neo4j, }: buildPythonPackage rec { Loading @@ -13,14 +12,14 @@ buildPythonPackage rec { version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "llama_index_graph_stores_neo4j"; inherit version; hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg="; }; pythonRelaxDeps = [ "neo4j" ]; build-system = [ hatchling ]; dependencies = [ Loading @@ -28,6 +27,9 @@ buildPythonPackage rec { llama-index-core ]; # Tests are not shipped with PyPI package doCheck = false; pythonImportsCheck = [ "llama_index.graph_stores.neo4j" ]; meta = with lib; { Loading