python312Packages.llama-index-embeddings-ollama: relax ollama

This commit is contained in:
Fabian Affolter 2024-12-01 01:34:54 +01:00
parent e9a51c43be
commit f94c54447a

View File

@ -21,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-6+czVEcPi2Bh1flhse5QcW1Uly7ylfslPj68OT1bNss=";
};
pythonRelaxDeps = [ "ollama" ];
build-system = [ poetry-core ];
dependencies = [