Unverified Commit 75b5cf27 authored by vytskalt's avatar vytskalt
Browse files

python312Packages.openai-whisper: remove unused runtime dependencies

parent 0a9614a8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -14,14 +14,13 @@
, numba
, numpy
, openai-triton
, scipy
, tiktoken
, torch
, tqdm
, transformers

# tests
, pytestCheckHook
, scipy
}:

buildPythonPackage rec {
@@ -45,6 +44,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    setuptools
    scipy
  ];

  propagatedBuildInputs = [
@@ -52,11 +52,9 @@ buildPythonPackage rec {
    numba
    numpy
    openai-triton
    scipy
    tiktoken
    torch
    tqdm
    transformers
  ];

  preCheck = ''