From 489a5da9c31e5a576417dd7e1cf36fe83df1d15c Mon Sep 17 00:00:00 2001 From: Bernd Date: Fri, 31 May 2024 17:22:29 +0200 Subject: [PATCH] Added multiprocess to the depedencies in pyproject.toml --- pyproject.toml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24238df..59bb25c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "librosa", "pyyaml", "jinja2", + "multiprocess" ] version = "0.0.4" dynamic = ["readme", "description"] diff --git a/requirements.txt b/requirements.txt index c6e1e3b..30f6072 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ mne>=1.3.0 librosa pyyaml jinja2 -multiprocess \ No newline at end of file +multiprocess