michaelnetbiz commited on
Commit
77bf25f
1 Parent(s): 4073ab7

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +47 -0
requirements.txt ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ async-timeout==4.0.3
4
+ attrs==23.1.0
5
+ audioread==3.0.0
6
+ certifi==2023.7.22
7
+ cffi==1.15.1
8
+ charset-normalizer==3.2.0
9
+ datasets==2.14.5
10
+ decorator==5.1.1
11
+ dill==0.3.7
12
+ filelock==3.12.3
13
+ frozenlist==1.4.0
14
+ fsspec==2023.6.0
15
+ huggingface-hub==0.16.4
16
+ idna==3.4
17
+ joblib==1.3.2
18
+ lazy_loader==0.3
19
+ librosa==0.10.1
20
+ llvmlite==0.40.1
21
+ msgpack==1.0.5
22
+ multidict==6.0.4
23
+ multiprocess==0.70.15
24
+ numba==0.57.1
25
+ numpy==1.24.4
26
+ packaging==23.1
27
+ pandas==2.1.0
28
+ platformdirs==3.10.0
29
+ pooch==1.7.0
30
+ pyarrow==13.0.0
31
+ pycparser==2.21
32
+ python-dateutil==2.8.2
33
+ pytz==2023.3.post1
34
+ PyYAML==6.0.1
35
+ requests==2.31.0
36
+ scikit-learn==1.3.0
37
+ scipy==1.11.2
38
+ six==1.16.0
39
+ soundfile==0.12.1
40
+ soxr==0.3.6
41
+ threadpoolctl==3.2.0
42
+ tqdm==4.66.1
43
+ typing_extensions==4.7.1
44
+ tzdata==2023.3
45
+ urllib3==2.0.4
46
+ xxhash==3.3.0
47
+ yarl==1.9.2