python312Packages.fastembed: unpin pillow (#358505)

This commit is contained in:
Yt
2024-11-23 14:25:21 -05:00
committed by GitHub
@@ -38,7 +38,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
huggingface-hub
loguru
@@ -56,7 +55,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "fastembed" ];
pythonRelaxDeps = [ "onnxruntime" ];
pythonRelaxDeps = [
"onnxruntime"
"pillow"
];
# there is one test and it requires network
doCheck = false;