From ac8a3ef16bb740407ee07a9fccd69e1e030a610c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 19 Jun 2024 14:18:49 +0200 Subject: [PATCH] Use numpy<2.0 in minimum test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9225c325..9faac468 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,7 @@ jobs: run: | pip install "audeer==2.0.0" pip install "audiofile==0.4.0" + pip install "numpy<2.0" pip install "pandas==1.4.1" pip install "pyarrow==10.0.1" pip install "pyyaml==5.4.1"