Skip to content

Commit

Permalink
Debug requirements and ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ylzz1997 committed Jul 23, 2023
1 parent 174cb33 commit 691486f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ torch
torchaudio
torchcrepe
tqdm
rich.progress
rich
loguru
scikit-maad
praat-parselmouth
Expand All @@ -26,5 +26,4 @@ edge_tts
langdetect
pyyaml
pynvml
faiss-cpu
loguru
faiss-cpu
3 changes: 1 addition & 2 deletions requirements_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sounddevice==0.4.5
SoundFile==0.10.3.post1
starlette==0.19.1
tqdm==4.63.0
rich.progress
rich
loguru
torchcrepe
scikit-maad
Expand All @@ -31,4 +31,3 @@ langdetect
pyyaml
pynvml
faiss-cpu
loguru
2 changes: 1 addition & 1 deletion resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import librosa
import numpy as np
from scipy.io import wavfile
from rich.progress import track
from scipy.io import wavfile


def load_wav(wav_path):
Expand Down

0 comments on commit 691486f

Please sign in to comment.