From 31de9973e6604504ec7ffc7a13542938b559f79b Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 29 Jan 2024 17:10:47 +0100 Subject: [PATCH] Depend on audmath>=1.3.0 (#148) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e295bf..abce202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ 'audeer', - 'audmath >=1.2.1', + 'audmath >=1.3.0', 'numpy', 'soundfile >=0.12.1', # MP3 support with bundled libsndfile ]