python312Packages.fastembed: unpin pillow (#358505)

This commit is contained in:
Yt 2024-11-23 14:25:21 -05:00 committed by GitHub
commit eb3dcb6bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;