From 21b61447421d059209e671a0130d2ea252d6d416 Mon Sep 17 00:00:00 2001 From: timonmerk Date: Wed, 2 Oct 2024 15:25:22 +0200 Subject: [PATCH] fix typo pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 624e8b6e..f403b3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "mne-bids >= 0.8", "mne-connectivity", "mrmr_selection", - "noldss >= 0.6.1", + "nolds >= 0.6.1", "numpy >= 1.21.2", "pandas >= 2.0.0", "scikit-learn >= 0.24.2",