Loading pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -3,14 +3,14 @@ buildPythonPackage, fetchPypi, llama-index-core, poetry-core, hatchling, pythonOlder, sentence-transformers, }: buildPythonPackage rec { pname = "llama-index-embeddings-huggingface"; version = "0.5.3"; version = "0.5.4"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,10 +18,10 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_index_embeddings_huggingface"; inherit version; hash = "sha256-P+yzY8wNBYkGia78LRvaLwJDGFfgRW/a8ujElg+drq8="; hash = "sha256-nFjFrPt38Heo5DZgsbA3RgEmqNGAwXVwP/MeidqxnT4="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ llama-index-core Loading Loading
pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -3,14 +3,14 @@ buildPythonPackage, fetchPypi, llama-index-core, poetry-core, hatchling, pythonOlder, sentence-transformers, }: buildPythonPackage rec { pname = "llama-index-embeddings-huggingface"; version = "0.5.3"; version = "0.5.4"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,10 +18,10 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_index_embeddings_huggingface"; inherit version; hash = "sha256-P+yzY8wNBYkGia78LRvaLwJDGFfgRW/a8ujElg+drq8="; hash = "sha256-nFjFrPt38Heo5DZgsbA3RgEmqNGAwXVwP/MeidqxnT4="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ llama-index-core Loading