Unverified Commit 03a76c27 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.spacy: relax smart-open constraint

parent 47f877d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "smart-open"
    "typer"
  ];