Unverified Commit 88366822 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.neurokit2: add pywavelets (#441406)

parents 72fdd879 c74e3ffc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  matplotlib,
  numpy,
  pandas,
  pywavelets,
  requests,
  scikit-learn,
  scipy,
@@ -22,6 +23,7 @@
  plotly,
  pytest-cov-stub,
  pytestCheckHook,
  writableTmpDirAsHomeHook,
}:

buildPythonPackage rec {
@@ -49,6 +51,7 @@ buildPythonPackage rec {
    matplotlib
    numpy
    pandas
    pywavelets
    requests
    scikit-learn
    scipy
@@ -61,6 +64,7 @@ buildPythonPackage rec {
    astropy
    coverage
    pytestCheckHook
    writableTmpDirAsHomeHook
  ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [