From f30b69bc1fd982b9f9ef7b56805c639246c941d9 Mon Sep 17 00:00:00 2001 From: Simon Rouard Date: Wed, 30 Oct 2024 10:50:33 +0000 Subject: [PATCH] try to fix CI --- .github/actions/audiocraft_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/audiocraft_build/action.yml b/.github/actions/audiocraft_build/action.yml index 9494f030..1d32cddc 100644 --- a/.github/actions/audiocraft_build/action.yml +++ b/.github/actions/audiocraft_build/action.yml @@ -21,7 +21,7 @@ runs: python3 -m venv env . env/bin/activate python -m pip install --upgrade pip - pip install 'numpy<2' torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 + pip install 'numpy==1.17.3' 'scipy==1.5.4' torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pip install xformers==0.0.22.post7 pip install -e '.[dev,wm]' - name: System Dependencies