Explorar el Código

feat(build): update dependencies installation in CI workflow

沉默の金 hace 5 meses
padre
commit
38e65c6048
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      .github/workflows/build.yml

+ 1 - 5
.github/workflows/build.yml

@@ -47,11 +47,7 @@ jobs:
       - name: Install Dependencies
         run: |
           pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
-          # Filter out wxPython and PyAudio from requirements
-          sed -i '/wxPython/d' msst/requirements.txt
-          sed -i '/PyAudio/d' msst/requirements.txt
-          pip install -r msst/requirements.txt
-          pip install huggingface_hub scipy soundfile gguf librosa ml_collections einops pyyaml
+          pip install huggingface_hub scipy soundfile gguf librosa ml_collections einops pyyaml numpy tqdm beartype rotary_embedding_torch
           
       - name: Download Model from HuggingFace
         env: