Unverified Commit 0df0b1b7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

wyoming-faster-whisper: relax wyoming constraint

The dependency will always be off by a minor version, because the three
projects faster-whisper, piper and openwakeword will never have perfectly
aligned releases.
parent 942f8e2b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ python3.pkgs.buildPythonApplication rec {

  nativeBuildInputs = with python3.pkgs; [
    setuptools
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "wyoming"
  ];

  propagatedBuildInputs = with python3.pkgs; [