zainulabedin949 commited on
Commit
2ab151c
·
verified ·
1 Parent(s): 07c6db0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -5,11 +5,12 @@ numpy==1.26.0
5
  # Audio processing
6
  librosa==0.10.1
7
  soundfile==0.12.1
 
8
 
9
  # Machine Learning
10
  torch==2.2.1
11
  transformers==4.38.2
12
  matplotlib==3.8.2
13
 
14
- # Hugging Face specific
15
- huggingface-hub==0.20.2
 
5
  # Audio processing
6
  librosa==0.10.1
7
  soundfile==0.12.1
8
+ pydub==0.25.1
9
 
10
  # Machine Learning
11
  torch==2.2.1
12
  transformers==4.38.2
13
  matplotlib==3.8.2
14
 
15
+ # File handling
16
+ python-magic==0.4.27