python312Packages.fastembed: unpin pillow (#358505)
This commit is contained in:
commit
eb3dcb6bb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user