From c74e3ffcf6a25c4ecccca7f5c1255a46acd3946e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 Sep 2025 10:09:42 +0200 Subject: [PATCH] python313Packages.neurokit2: add pywavelets --- pkgs/development/python-modules/neurokit2/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/neurokit2/default.nix b/pkgs/development/python-modules/neurokit2/default.nix index 9e2f9acbee32..6a7e2c71fb6f 100644 --- a/pkgs/development/python-modules/neurokit2/default.nix +++ b/pkgs/development/python-modules/neurokit2/default.nix @@ -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 [