michaelnetbiz commited on
Commit
ab1f543
1 Parent(s): 689f2a1

Install librosa

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -1
requirements.txt CHANGED
@@ -4,14 +4,17 @@ aiosignal==1.3.1
4
  astunparse==1.6.3
5
  async-timeout==4.0.3
6
  attrs==23.1.0
 
7
  black==23.9.1
8
  boto3==1.28.62
9
  botocore==1.31.62
10
  cachetools==5.3.1
11
  certifi==2023.7.22
 
12
  charset-normalizer==3.3.0
13
  click==8.1.7
14
  datasets==2.14.5
 
15
  dill==0.3.7
16
  filelock==3.12.4
17
  flatbuffers==23.5.26
@@ -27,25 +30,33 @@ huggingface-hub==0.17.3
27
  idna==3.4
28
  importlib-metadata==6.8.0
29
  jmespath==1.0.1
 
30
  keras==2.14.0
 
31
  libclang==16.0.6
 
 
32
  Markdown==3.5
33
  MarkupSafe==2.1.3
34
  ml-dtypes==0.2.0
 
35
  multidict==6.0.4
36
  multiprocess==0.70.15
37
  mypy-extensions==1.0.0
38
- numpy==1.26.0
 
39
  oauthlib==3.2.2
40
  opt-einsum==3.3.0
41
  packaging==23.2
42
  pandas==2.1.1
43
  pathspec==0.11.2
44
  platformdirs==3.11.0
 
45
  protobuf==4.24.4
46
  pyarrow==13.0.0
47
  pyasn1==0.5.0
48
  pyasn1-modules==0.3.0
 
49
  python-dateutil==2.8.2
50
  pytz==2023.3.post1
51
  PyYAML==6.0.1
@@ -53,7 +64,11 @@ requests==2.31.0
53
  requests-oauthlib==1.3.1
54
  rsa==4.9
55
  s3transfer==0.7.0
 
 
56
  six==1.16.0
 
 
57
  tensorboard==2.14.1
58
  tensorboard-data-server==0.7.1
59
  tensorflow==2.14.0
@@ -62,6 +77,7 @@ tensorflow-io-gcs-filesystem==0.34.0
62
  tensorflow-macos==2.14.0
63
  tensorflow-metal==1.1.0
64
  termcolor==2.3.0
 
65
  tomli==2.0.1
66
  tqdm==4.66.1
67
  typing_extensions==4.8.0
 
4
  astunparse==1.6.3
5
  async-timeout==4.0.3
6
  attrs==23.1.0
7
+ audioread==3.0.1
8
  black==23.9.1
9
  boto3==1.28.62
10
  botocore==1.31.62
11
  cachetools==5.3.1
12
  certifi==2023.7.22
13
+ cffi==1.16.0
14
  charset-normalizer==3.3.0
15
  click==8.1.7
16
  datasets==2.14.5
17
+ decorator==5.1.1
18
  dill==0.3.7
19
  filelock==3.12.4
20
  flatbuffers==23.5.26
 
30
  idna==3.4
31
  importlib-metadata==6.8.0
32
  jmespath==1.0.1
33
+ joblib==1.3.2
34
  keras==2.14.0
35
+ lazy_loader==0.3
36
  libclang==16.0.6
37
+ librosa==0.10.1
38
+ llvmlite==0.41.0
39
  Markdown==3.5
40
  MarkupSafe==2.1.3
41
  ml-dtypes==0.2.0
42
+ msgpack==1.0.7
43
  multidict==6.0.4
44
  multiprocess==0.70.15
45
  mypy-extensions==1.0.0
46
+ numba==0.58.0
47
+ numpy==1.25.2
48
  oauthlib==3.2.2
49
  opt-einsum==3.3.0
50
  packaging==23.2
51
  pandas==2.1.1
52
  pathspec==0.11.2
53
  platformdirs==3.11.0
54
+ pooch==1.7.0
55
  protobuf==4.24.4
56
  pyarrow==13.0.0
57
  pyasn1==0.5.0
58
  pyasn1-modules==0.3.0
59
+ pycparser==2.21
60
  python-dateutil==2.8.2
61
  pytz==2023.3.post1
62
  PyYAML==6.0.1
 
64
  requests-oauthlib==1.3.1
65
  rsa==4.9
66
  s3transfer==0.7.0
67
+ scikit-learn==1.3.1
68
+ scipy==1.11.3
69
  six==1.16.0
70
+ soundfile==0.12.1
71
+ soxr==0.3.7
72
  tensorboard==2.14.1
73
  tensorboard-data-server==0.7.1
74
  tensorflow==2.14.0
 
77
  tensorflow-macos==2.14.0
78
  tensorflow-metal==1.1.0
79
  termcolor==2.3.0
80
+ threadpoolctl==3.2.0
81
  tomli==2.0.1
82
  tqdm==4.66.1
83
  typing_extensions==4.8.0