Преглед изворни кода

feat(build): update dependencies installation in CI workflow

沉默の金 пре 5 месеци
родитељ
комит
38e65c6048
1 измењених фајлова са 1 додато и 5 уклоњено
  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: