Unverified Commit cebdae70 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.smolagents: fix build by relaxing pillow (#399493)

parents 49fad31c d4b1f5ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "pillow"
  ];

  dependencies = [
    duckduckgo-search
    huggingface-hub