Badkarma11 commited on
Commit
9bcdd2d
·
verified ·
1 Parent(s): 20526cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- streamlit==1.36
2
- librosa==0.10.1
3
- soundfile==0.12.1
4
- audioread==3.0.1
5
- numpy==1.26.4
6
- numba==0.58.1
7
- llvmlite==0.41.1
8
- scikit-learn==1.4.2
9
- pandas==2.2.2
10
- matplotlib==3.8.4
11
- joblib==1.3.2
12
- huggingface_hub==0.24.0
13
- --only-binary=:all:
 
 
1
+ streamlit==1.36.0
2
+ librosa==0.10.1
3
+ soundfile==0.12.1
4
+ audioread==3.0.1
5
+ numpy==1.26.4
6
+ numba==0.58.1
7
+ llvmlite==0.41.1
8
+ scikit-learn==1.4.2
9
+ pandas==2.2.2
10
+ matplotlib==3.8.4
11
+ joblib==1.3.2
12
+ huggingface_hub==0.24.0
13
+ scipy==1.10.1
14
+ --only-binary=:all: