Commit c74e3ffc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.neurokit2: add pywavelets

parent 766e7b5e
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 [